Re-organized project structure

This commit is contained in:
Peng-YM
2020-08-19 16:18:48 +08:00
parent ff12e4ef16
commit d7ac5d4a1d
17 changed files with 692 additions and 2423 deletions

24
web/README.md Normal file
View File

@@ -0,0 +1,24 @@
# sub-store-web
## 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/).