Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokuda109/nuxt3-vuex-custom-global-properties
https://github.com/tokuda109/nuxt3-vuex-custom-global-properties
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokuda109/nuxt3-vuex-custom-global-properties
- Owner: tokuda109
- Created: 2023-10-04T23:51:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T00:50:37.000Z (about 1 year ago)
- Last Synced: 2023-10-05T11:14:41.621Z (about 1 year ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt3-vuex-custom-global-properties
## Getting started
```
$ corepack enable
$ pnpm i --frozen-lockfile
$ pnpm run dev
```Open http://localhost:3000/.
## References
* [Migrating to 4.0 from 3.x @ Vuex](https://vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html)
* [Vuex - Configuration @ Nuxt](https://nuxt.com/docs/migration/configuration#vuex)