Skip to content
/ thunder Public

A Vue+Webpack+预渲染 project architecture

Notifications You must be signed in to change notification settings

lkoma/thunder

Repository files navigation

thunder

A Vue+Webpack+预渲染 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