项目作者: vanrez-nez
项目描述 :
Simple webpack setup to work with Typescript/Pug/less
高级语言: JavaScript
项目地址: git://github.com/vanrez-nez/webpack-ts-setup.git
Webpack setup with TS/Pug/Less
Install dependencies
npm install
Install typescript definitions manager (optional)
npm install typings
typings instal
Build release
npm run deploy
Build and watch for changes
npm run watch
Build, watch for changes and run dev-server on 8080
npm run server