nutn-homepage/Home/Compiler/README.md

23 lines
170 B
Markdown
Raw Permalink Normal View History

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
```