create-nuxt3-app
v0.0.1-alpha.5
Published
Create a nuxt 3 app in seconds
Downloads
16
Readme
create-nuxt3-app
Quickly bootstrap a new Nuxt3 project with the power of sidebase! Configure your custom tech stack and begin coding in minutes.
Usage
$ npx create-nuxt3-app
Features
- CI/CD Pipeline
- None
- GitHub Actions
- Drone (coming soon!)
- Component Library
- None
- AntDesign Vue (currently included)
- PrimeVue (coming soon!)
- Component Stories
- historie (currently included)
- Storybook (coming soon!)
- Linting tools
- Testing framework
- ViTest (currently included)
We are always looking for more options to include! Join in on the conversation here!
Development
# Install dependencies
$ npm install
# Build the package and install it locally
$ npm run dev
# Build the package
$ npm run build
# Publish the package
$ npm run publish