2025-04-01 16:04:54 +08:00
|
|
|
|
# tk-page
|
2025-08-27 22:06:45 +08:00
|
|
|
|
备注前面带(gj)的是国家化文本
|
2025-04-01 13:57:54 +08:00
|
|
|
|
## Project setup
|
|
|
|
|
|
```
|
|
|
|
|
|
npm install
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
|
|
```
|
|
|
|
|
|
npm run serve
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
|
|
```
|
|
|
|
|
|
npm run build
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Customize configuration
|
|
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|