https://github.com/longern/itecha
信息技术教学平台
https://github.com/longern/itecha
django python vue
Last synced: 4 days ago
JSON representation
信息技术教学平台
- Host: GitHub
- URL: https://github.com/longern/itecha
- Owner: longern
- Created: 2021-01-19T00:44:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T11:03:05.000Z (over 3 years ago)
- Last Synced: 2025-01-28T00:28:34.946Z (11 months ago)
- Topics: django, python, vue
- Language: Vue
- Homepage: https://itecha.longern.com/
- Size: 783 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itecha
## 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/).