Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokuda109/nuxt3-vue3-custom-global-properties
https://github.com/tokuda109/nuxt3-vue3-custom-global-properties
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokuda109/nuxt3-vue3-custom-global-properties
- Owner: tokuda109
- Created: 2023-10-04T00:50:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:58:24.000Z (about 1 year ago)
- Last Synced: 2023-10-05T10:27:08.723Z (about 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt3-vue3-custom-global-properties
## Getting started
```
$ corepack enable
$ pnpm i --frozen-lockfile
$ pnpm run dev
```Open http://localhost:3000/.
## References
* [Utility Types - ComponentCustomProperties @ Vue.js](https://vuejs.org/api/utility-types.html#componentcustomproperties)
* [Plugins Directory - Advanced @ Nuxt](https://nuxt.com/docs/guide/directory-structure/plugins#advanced)