nerv-webpack-boilerplateA webpack boilerplate with Nervjs
Nervjs-webpack-boilerplate
A simple Webpack boilerplate with Nervjs.
Features
-
🤖 Nerv inside - Inline Polyfill for IE8 support !
- Webpack based
- Typescript support
- JSX/TSX support
- SCSS support
- Babel with @babel/preset-env
- Precommit hooks:
- StyleLint with stylelint-config-standard rules
- ESLint with eslint-config-standard rules
- TSLint with tslint-config-standard rules
- Automatically fix code style using Prettier
Usage
-
Install:
npm install
-
Run dev server:
npm run dev
-
Build:
npm run build
-
Run in IE 8
npm run deploy
评论