https://github.com/acodercat/947g5-task3
https://github.com/acodercat/947g5-task3
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acodercat/947g5-task3
- Owner: acodercat
- Created: 2023-11-13T18:13:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T13:41:11.000Z (over 2 years ago)
- Last Synced: 2025-01-09T08:23:43.149Z (over 1 year ago)
- Language: Vue
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puzzle
## 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/).