# create-nuxt3-app

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![GitHub stars](https://badgen.net/github/stars/sidebase/create-nuxt3-app)](https://GitHub.com/sidebase/create-nuxt3-app/)
[![License][license-src]][license-href]
[![Follow us on Twitter](https://badgen.net/badge/icon/twitter?icon=twitter&label)](https://twitter.com/sidebase_io)
[![Join our Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/9MUHR8WT9B)

> Quickly bootstrap a new Nuxt3 project with the power of [sidebase](https://github.com/sidebase/sidebase)! Configure your custom tech stack and begin coding in minutes.

## Usage

```shell
$ 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](https://github.com/sidebase/sidebase/issues/70)!

## Development

```shell
# 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
```

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/create-nuxt3-app/latest.svg
[npm-version-href]: https://npmjs.com/package/create-nuxt3-app

[npm-downloads-src]: https://img.shields.io/npm/dt/create-nuxt3-app.svg
[npm-downloads-href]: https://npmjs.com/package/create-nuxt3-app

[license-src]: https://img.shields.io/npm/l/create-nuxt3-app.svg
[license-href]: https://npmjs.com/package/create-nuxt3-app
