https://github.com/jmingzi/crop-code
https://github.com/jmingzi/crop-code
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmingzi/crop-code
- Owner: Jmingzi
- Created: 2019-09-19T01:48:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:48:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T09:22:28.143Z (6 months ago)
- Language: Vue
- Size: 1.37 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crop-code
## 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/).