sreed-web-programming/README.md

27 lines
380 B
Markdown
Raw Normal View History

2021-09-02 00:48:22 +00:00
# sreed-web-programming
Stuff for Web Programming
## Project setup
```
sudo apt install npm
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).