https://github.com/octonezd/instantchocolate
Chocolatey front-end-thing for mass installation on new hardware.
https://github.com/octonezd/instantchocolate
Last synced: 3 months ago
JSON representation
Chocolatey front-end-thing for mass installation on new hardware.
- Host: GitHub
- URL: https://github.com/octonezd/instantchocolate
- Owner: OctoNezd
- License: unlicense
- Created: 2021-04-18T08:26:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T04:39:21.000Z (about 4 years ago)
- Last Synced: 2025-03-05T00:18:17.822Z (over 1 year ago)
- Language: Vue
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instantchocolate
## 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/).