Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3.
Go to file
renovate[bot] 6d216d1255
chore(deps): update all non-major dependencies (#159)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-24 13:03:42 +02:00
.github/workflows test: add nitro preset tests (v2 & v3) (#104) 2021-04-23 21:52:32 +02:00
.yarn chore: add yarn plugins (#65) 2021-04-09 11:32:26 +02:00
docs chore(deps): update all non-major dependencies (#159) 2021-05-24 13:03:42 +02:00
examples chore: use nuxt3@latest for examples 2021-04-23 23:19:30 +02:00
packages chore(deps): update all non-major dependencies (#159) 2021-05-24 13:03:42 +02:00
playground feat: optional pages and refactor nuxt3 (#142) 2021-05-20 13:42:41 +02:00
scripts feat: initial version of nu cli (#54) 2021-04-09 17:52:45 +02:00
test chore(deps): lock file maintenance and fix lint issues (#141) 2021-05-20 12:58:30 +02:00
.editorconfig chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.eslintignore chore: fix eslint 2021-04-23 22:57:11 +02:00
.eslintrc chore: add examples directory (#115) 2021-04-23 22:30:43 +02:00
.gitignore test: add nitro preset tests (v2 & v3) (#104) 2021-04-23 21:52:32 +02:00
.yarnrc.yml chore: update yarn peer deps (#128) 2021-04-29 14:35:30 +02:00
README.md docs: fix small typo (#127) 2021-04-29 12:20:33 +02:00
jest.config.js test: add nitro preset tests (v2 & v3) (#104) 2021-04-23 21:52:32 +02:00
lerna.json chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
package.json chore(deps): update all non-major dependencies (#159) 2021-05-24 13:03:42 +02:00
renovate.json chore: ignore esbuild dep update ($43) 2021-04-06 14:12:43 +02:00
tsconfig.json types: add global and shims for app and nitro (#102) 2021-04-20 13:57:18 +02:00
yarn.lock chore(deps): update all non-major dependencies (#159) 2021-05-24 13:03:42 +02:00

README.md

Nuxt Framework

This is the home for the new nuxt mono repo.

Packages:

Development

  • Clone repository
  • Install dependencies with yarn install
  • Run yarn stub
  • Open playground with yarn play