nutn-homepage/Home/Compiler
2021-09-16 20:45:54 +08:00
..
lib Initial commit 2021-09-16 20:45:54 +08:00
src Initial commit 2021-09-16 20:45:54 +08:00
.babelrc Initial commit 2021-09-16 20:45:54 +08:00
.npmrc Initial commit 2021-09-16 20:45:54 +08:00
.stylelintrc Initial commit 2021-09-16 20:45:54 +08:00
index.html Initial commit 2021-09-16 20:45:54 +08:00
LICENSE Initial commit 2021-09-16 20:45:54 +08:00
main.css Initial commit 2021-09-16 20:45:54 +08:00
package.json Initial commit 2021-09-16 20:45:54 +08:00
README.md Initial commit 2021-09-16 20:45:54 +08:00
sandbox.html Initial commit 2021-09-16 20:45:54 +08:00
test.big5.txt Initial commit 2021-09-16 20:45:54 +08:00
test.utf8.txt Initial commit 2021-09-16 20:45:54 +08:00
webpack.config.js Initial commit 2021-09-16 20:45:54 +08:00

Requirements

  • node.js
  • npm

Install Dependencies

$ npm install

Generate main.js

$ npm run build

Watch for changes

$ npm run watch