Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/misitebao/vite-petite-vue-starter
- Owner: misitebao
- License: mit
- Created: 2022-06-27T14:12:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T14:58:06.000Z (over 2 years ago)
- Last Synced: 2024-07-31T22:37:55.302Z (3 months ago)
- Topics: petite-vue, vue
- Language: JavaScript
- Homepage: https://vite-petite-vue-starter.vercel.app
- Size: 193 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```