2021-09-02 00:48:22 +00:00
|
|
|
# sreed-web-programming
|
|
|
|
Stuff for Web Programming
|
2021-12-17 15:38:23 +00:00
|
|
|
|
|
|
|
## 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/).
|