Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/misitebao/vite-petite-vue-starter

Starter using Vite + Petite-vue for super fast prototyping
https://github.com/misitebao/vite-petite-vue-starter

petite-vue vue

Last synced: 28 days ago
JSON representation

Starter using Vite + Petite-vue for super fast prototyping

Awesome Lists containing this project

README

        

# vite-petite-vue-starter

Starter using Vite + Petite-vue for super fast prototyping

## Getting Started

Click the "[**Use this template**](https://github.com/misitebao/vite-petite-vue-starter/generate)" button at the top of the page, follow the prompts to fill out the form, and create your own theme.

Run `npm install` in the root directory to install dependencies.

```
npm install
```

Run the `npm run dev` command to run the project in development mode.

```
npm run dev
```

Run `npm run build` to build the project into the `dist` directory.

```
npm run build
```