https://github.com/basics/blueprint-boilerplate-nuxt
https://github.com/basics/blueprint-boilerplate-nuxt
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/basics/blueprint-boilerplate-nuxt
- Owner: basics
- License: mit
- Created: 2025-03-02T14:21:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T19:36:04.000Z (12 months ago)
- Last Synced: 2025-06-20T20:45:50.117Z (12 months ago)
- Language: TypeScript
- Homepage: https://basics.github.io/blueprint-boilerplate-nuxt/
- Size: 2.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# blueprint-boilerplate-nuxt
## Setup
```bash
npm i
```
### Start Development
```bash
npm run dev
```
### Start Production Build
```bash
npm run generate
```
For more information go to official [Nuxt Documentation](https://nuxt.com/docs/getting-started/introduction).