hrms-checkin/README.md

31 lines
399 B
Markdown
Raw Normal View History

2023-11-14 17:47:43 +07:00
# BMA ระบบลงเวลาเข้า-ออกงาน
2023-11-07 11:17:13 +07:00
## Project setup
2023-11-14 17:47:43 +07:00
2023-11-07 11:17:13 +07:00
```
npm install
```
### Compiles and hot-reloads for development
2023-11-14 17:47:43 +07:00
2023-11-07 11:17:13 +07:00
```
npm run dev
```
### Compiles and minifies for production
2023-11-14 17:47:43 +07:00
2023-11-07 11:17:13 +07:00
```
npm run build
2023-11-14 17:47:43 +07:00
npm run preview
2023-11-07 11:17:13 +07:00
```
2023-11-14 17:47:43 +07:00
### Format and fixes files
2023-11-07 11:17:13 +07:00
```
2023-11-14 17:47:43 +07:00
npm run format
2023-11-07 11:17:13 +07:00
```
### Customize configuration
2023-11-14 17:47:43 +07:00
2023-11-07 11:17:13 +07:00
See [Configuration Reference](https://cli.vuejs.org/config/).