Init SPA service on VUE.js

This commit is contained in:
valitovgaziz
2024-11-22 02:59:32 +05:00
parent c868ce2d64
commit 3a4ce70e70
15 changed files with 11350 additions and 12 deletions
+24
View File
@@ -0,0 +1,24 @@
# spa
## Project setup
```
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/).