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] 59998eef51
chore(deps): update all non-major dependencies (#219)
* chore(deps): update all non-major dependencies

* fix nuxt-windicss version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-16 15:01:15 +02:00
.github/workflows test: add nitro preset tests (v2 & v3) (#104) 2021-04-23 21:52:32 +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 (#219) 2021-06-16 15:01:15 +02:00
examples feat(app): make `asyncData` working with `<script setup nuxt>` (#220) 2021-06-16 14:42:58 +02:00
packages chore(deps): update all non-major dependencies (#219) 2021-06-16 15:01:15 +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: apply latest eslint rules 2021-05-24 13:14:10 +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: switch to volar (#222) 2021-06-16 13:18:38 +02:00
.gitignore docs: add nuxt-edge, core-js@3 and lockfile 2021-06-07 14:24:13 +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: 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 (#219) 2021-06-16 15:01:15 +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 chore(deps): update all non-major dependencies (#219) 2021-06-16 15:01:15 +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