Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3xysteak/quick-start-vue3
a vue3 template used to quick start includes gis and lite etc- version
https://github.com/s3xysteak/quick-start-vue3
Last synced: about 1 month ago
JSON representation
a vue3 template used to quick start includes gis and lite etc- version
- Host: GitHub
- URL: https://github.com/s3xysteak/quick-start-vue3
- Owner: s3xysteak
- License: mit
- Created: 2023-11-07T06:55:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T03:56:49.000Z (about 1 year ago)
- Last Synced: 2023-11-13T04:34:44.101Z (about 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## If you haven't install pnpm yet:
```sh
npm install -g pnpm
```## Install and run
```sh
pnpm i
pnpm dev
```## Build and preview
```sh
pnpm build
pnpm preview
```