Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomatoaiu/vue-parcel-pack

template vue and parcel
https://github.com/tomatoaiu/vue-parcel-pack

boilerplate parcel parcel-bundler template vue

Last synced: 17 days ago
JSON representation

template vue and parcel

Awesome Lists containing this project

README

        

# Vue-Parcel-Pack
template vue and parcel

## Usage
```sh
git clone https://github.com/tomatoaiu/vue-parcel-pack.git
cd vue-parcel-pack
# case use npm
npm i
npm run start #access http://localhost:1234
# case use yarn
yarn
yarn start #access http://localhost:1234
```