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
Daniel Roe efabacd8e2
feat(app): asyncData with global state and explicit key (#37)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2021-04-03 12:03:20 +02:00
.github/workflows chore(deps): update actions/setup-node action to v2 (#31) 2021-03-18 15:28:25 +01:00
packages feat(app): asyncData with global state and explicit key (#37) 2021-04-03 12:03:20 +02:00
playground feat(app): asyncData with global state and explicit key (#37) 2021-04-03 12:03:20 +02:00
scripts feat: module utils and improvements (#38) 2021-04-02 13:47:01 +02:00
.editorconfig chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.eslintignore chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.eslintrc chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.gitignore feat: module utils and improvements (#38) 2021-04-02 13:47:01 +02:00
README.md chore: add packages to readme 2021-03-28 23:12:37 +02:00
lerna.json chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
package.json fix(dep): pin esbuild to 0.10.x due to module breaking changes 2021-04-02 19:42:53 +02:00
renovate.json chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
tsconfig.json feat(app): asyncData with global state and explicit key (#37) 2021-04-03 12:03:20 +02:00
yarn.lock chore: fix type and imports 2021-04-02 21:38:11 +02:00

README.md

Nuxt Framework

This is home for new nuxt mono repo.

Packages:

Development

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