https://github.com/yzqdev/html-tutor
frontend tutor
https://github.com/yzqdev/html-tutor
Last synced: 10 months ago
JSON representation
frontend tutor
- Host: GitHub
- URL: https://github.com/yzqdev/html-tutor
- Owner: yzqdev
- License: mit
- Created: 2022-06-30T17:18:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:39:20.000Z (about 2 years ago)
- Last Synced: 2025-03-30T17:16:32.619Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://yzqdev.github.io/html-tutor/
- Size: 1.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue basic
## 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/).