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