mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +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.
9797642d78
- @nuxt/app@0.5.0 - nuxt-cli@0.3.8 - @nuxt/component-discovery@0.2.0 - @nuxt/kit@0.6.4 - @nuxt/nitro@0.9.1 - nuxt3@0.8.0 - @nuxt/pages@0.3.0 - @nuxt/vite-builder@0.5.0 - @nuxt/webpack-builder@0.5.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
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