Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomatoaiu/vue-parcel-pack
- Owner: tomatoaiu
- Created: 2018-04-04T06:06:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T09:26:48.000Z (over 6 years ago)
- Last Synced: 2024-11-10T03:39:17.092Z (about 2 months ago)
- Topics: boilerplate, parcel, parcel-bundler, template, vue
- Language: HTML
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```