https://github.com/xanke/gallery-tool
https://github.com/xanke/gallery-tool
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xanke/gallery-tool
- Owner: xanke
- Created: 2021-03-12T21:35:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:40:36.000Z (over 3 years ago)
- Last Synced: 2025-01-29T19:25:30.861Z (over 1 year ago)
- Language: Vue
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gy-tool
## 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/).