https://github.com/zhangzhonghe/my-page
https://github.com/zhangzhonghe/my-page
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangzhonghe/my-page
- Owner: zhangzhonghe
- Created: 2018-11-20T14:42:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T13:10:05.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T14:08:46.342Z (7 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-page
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).