https://github.com/codeweiz/wizard
vue3 + Typescript Project, frontend of Project Magician
https://github.com/codeweiz/wizard
Last synced: 27 days ago
JSON representation
vue3 + Typescript Project, frontend of Project Magician
- Host: GitHub
- URL: https://github.com/codeweiz/wizard
- Owner: codeweiz
- Created: 2022-10-19T07:24:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T13:55:01.000Z (over 3 years ago)
- Last Synced: 2024-03-22T14:45:00.605Z (over 2 years ago)
- Language: Vue
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wizard
## 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/).