This commit is contained in:
chenxiaoxi
2021-04-20 15:25:46 +08:00
parent b2620a08a1
commit 2eb52eec59
161 changed files with 141 additions and 11301 deletions
+23 -2
View File
@@ -1,3 +1,24 @@
![](public/static/images/logo.png)
# futian
### 法规智库-福田
## 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/).