Skip to content

lkoma/ice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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