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
Anthony Fu 9e8b042bad
fix: vite build (#311)
2021-07-14 16:39:48 +02:00
.github/workflows chore: edge release on each commit (#294) 2021-07-01 14:58:27 +02:00
.yarn chore(deps): update all non-major dependencies (#166) 2021-06-07 11:12:36 +02:00
docs chore(deps): update all non-major dependencies (#300) 2021-07-07 20:42:12 +02:00
examples examples: add `vue-content-loader` (#317) 2021-07-12 12:31:13 +02:00
packages fix: vite build (#311) 2021-07-14 16:39:48 +02:00
playground chore: add playground package.json and include in workspace (#310) 2021-07-12 12:35:50 +02:00
scripts fix: allow use of nuxt3 in non-wsl windows environment (#308) 2021-07-12 12:54:24 +02:00
test fix: allow use of nuxt3 in non-wsl windows environment (#308) 2021-07-12 12:54:24 +02:00
.editorconfig chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.eslintignore feat: components discovery (#243) 2021-06-18 18:50:03 +02:00
.eslintrc chore: switch to volar (#222) 2021-06-16 13:18:38 +02:00
.gitignore chore: ignore `.env` files 2021-07-12 14:27:22 +02:00
.yarnrc.yml chore(deps): update all non-major dependencies (#166) 2021-06-07 11:12:36 +02:00
README.md chore: update readme 2021-06-09 00:26:05 +02:00
jest.config.js test: use esbuild for jest transforms (#263) 2021-06-30 12:39:22 +02:00
lerna.json chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
package.json fix: allow use of nuxt3 in non-wsl windows environment (#308) 2021-07-12 12:54:24 +02:00
renovate.json chore(deps): update all non-major dependencies (#219) 2021-06-16 15:01:15 +02:00
tsconfig.json chore: switch to volar (#222) 2021-06-16 13:18:38 +02:00
yarn.lock fix: allow use of nuxt3 in non-wsl windows environment (#308) 2021-07-12 12:54:24 +02:00

README.md

Nuxt

This is the repository for Nuxt3.

Documentation

You can read documentation online here

Contents are at /docs/content directory.

Development

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