Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 262 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 262 Bytes

ice

A Vue+Parcel project architecture

Init

# install dependencies
yarn install

Devlop

yarn run dev
# or 
yarn run develop
# or 
yarn run start

Build

# build for production with minification
yarn run build