Single-page starter project, include webpack, less, babel.
- Zepto
- Webpack
- Less
- Babel
Make sure installed workplus-cli.
$ npm install workplus-cli -gAnd run:
$ workplus start single-page my-project# install dependencies
npm install
# dev
npm run dev
# build production
npm run build
Hejx