项目作者: vanrez-nez

项目描述 :
Simple webpack setup to work with Typescript/Pug/less
高级语言: JavaScript
项目地址: git://github.com/vanrez-nez/webpack-ts-setup.git
创建时间: 2017-02-17T23:11:19Z
项目社区:https://github.com/vanrez-nez/webpack-ts-setup

开源协议:MIT License

下载


Webpack setup with TS/Pug/Less

Install dependencies

  1. npm install

Install typescript definitions manager (optional)

  1. npm install typings
  2. typings instal

Build release

  1. npm run deploy

Build and watch for changes

  1. npm run watch

Build, watch for changes and run dev-server on 8080

  1. npm run server