erp/resources/frontend/README.md

30 lines
352 B
Markdown
Raw Permalink Normal View History

2022-08-02 10:16:07 +08:00
# hello-world
## Project setup
2022-10-18 19:30:05 +08:00
```nodejs
2022-08-02 10:16:07 +08:00
npm install
```
### Compiles and hot-reloads for development
2022-10-18 19:30:05 +08:00
```nodejs
2022-08-02 10:16:07 +08:00
npm run serve
```
### Compiles and minifies for production
2022-10-18 19:30:05 +08:00
```nodejs
2022-08-02 10:16:07 +08:00
npm run build
```
### Lints and fixes files
2022-10-18 19:30:05 +08:00
```nodejs
2022-08-02 10:16:07 +08:00
npm run lint
```
### Customize configuration
2022-10-18 19:30:05 +08:00
2022-08-02 10:16:07 +08:00
See [Configuration Reference](https://cli.vuejs.org/config/).