Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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