mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3.
2f2e818e32
- @nuxt/app@0.4.0 - nuxt-cli@0.3.4 - @nuxt/kit@0.6.0 - @nuxt/nitro@0.7.0 - nuxt3@0.7.0 - @nuxt/pages@0.2.0 - @nuxt/vite-builder@0.4.0 - @nuxt/webpack-builder@0.4.0 |
||
---|---|---|
.github/workflows | ||
.yarn | ||
docs | ||
examples | ||
packages | ||
playground | ||
scripts | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.yarnrc.yml | ||
jest.config.js | ||
lerna.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.json | ||
yarn.lock |
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