hrms-checkin/README.md

30 lines
321 B
Markdown
Raw Normal View History

2023-10-31 10:04:06 +07:00
# my-app
## Project setup
2023-10-31 17:16:56 +07:00
2023-10-31 10:04:06 +07:00
```
npm install
```
### Compiles and hot-reloads for development
2023-10-31 17:16:56 +07:00
2023-10-31 10:04:06 +07:00
```
2023-11-01 11:03:56 +07:00
npm run dev
2023-10-31 10:04:06 +07:00
```
### Compiles and minifies for production
2023-10-31 17:16:56 +07:00
2023-10-31 10:04:06 +07:00
```
npm run build
```
### Lints and fixes files
2023-10-31 17:16:56 +07:00
2023-10-31 10:04:06 +07:00
```
npm run lint
```
### Customize configuration
2023-10-31 17:16:56 +07:00
2023-10-31 10:04:06 +07:00
See [Configuration Reference](https://cli.vuejs.org/config/).