/thunder

A Vue+Webpack+预渲染 project architecture

Primary LanguageJavaScript

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