0.0.1-alpha.5 • Published 2 years ago

create-nuxt3-app v0.0.1-alpha.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-nuxt3-app

npm version npm downloads GitHub stars License Follow us on Twitter Join our Discord

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