https://github.com/mathsgod/vx
https://github.com/mathsgod/vx
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathsgod/vx
- Owner: mathsgod
- Created: 2021-06-16T04:21:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T07:02:27.000Z (over 2 years ago)
- Last Synced: 2025-05-13T22:24:19.221Z (about 1 year ago)
- Language: CSS
- Size: 17.7 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vx
## 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/).