/vonic-webpack-starter

A vonic starter with webpack template by vue-cli.

Primary LanguageJavaScript

How to Use

  • quick start
git clone https://github.com/wangdahoo/vonic-webpack-starter.git
cd vonic-webpack-starter
npm install -g yarn
yarn
  • development
npm run dev
  • build
npm run build