munch-ease-frontend/README.md

30 lines
327 B
Markdown
Raw Normal View History

2024-01-07 02:40:35 +00:00
# doof-front
## Project setup
2025-10-18 02:08:22 +00:00
2024-01-07 02:40:35 +00:00
```
npm install
```
### Compiles and hot-reloads for development
2025-10-18 02:08:22 +00:00
2024-01-07 02:40:35 +00:00
```
npm run serve
```
### Compiles and minifies for production
2025-10-18 02:08:22 +00:00
2024-01-07 02:40:35 +00:00
```
npm run build
```
### Lints and fixes files
2025-10-18 02:08:22 +00:00
2024-01-07 02:40:35 +00:00
```
npm run lint
```
### Customize configuration
2025-10-18 02:08:22 +00:00
2024-01-07 02:40:35 +00:00
See [Configuration Reference](https://cli.vuejs.org/config/).