Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurt-liao/start-nuxt3
The fast and easy way to start a Nuxt3 project.
https://github.com/kurt-liao/start-nuxt3
nuxt nuxt-starter nuxt3 nuxtjs starter template vue
Last synced: 2 months ago
JSON representation
The fast and easy way to start a Nuxt3 project.
- Host: GitHub
- URL: https://github.com/kurt-liao/start-nuxt3
- Owner: kurt-liao
- License: mit
- Created: 2022-10-27T08:41:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T08:04:19.000Z (3 months ago)
- Last Synced: 2024-09-30T02:27:34.568Z (3 months ago)
- Topics: nuxt, nuxt-starter, nuxt3, nuxtjs, starter, template, vue
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/start-nuxt3
- Size: 184 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# start-nuxt3
The fast and easy way to start a Nuxt3 project.
## Usage
```sh
npx start-nuxt3
```## Optional
Use `--vu` or `--vueuse` for adding *VueUse* package and `--pinia` for *Pinia*.
```sh
npx start-nuxt3 --vu --pinia
```