https://github.com/longern/itecha
信息技术教学平台
https://github.com/longern/itecha
django python vue
Last synced: 2 months ago
JSON representation
信息技术教学平台
- Host: GitHub
- URL: https://github.com/longern/itecha
- Owner: longern
- Created: 2021-01-19T00:44:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T11:03:05.000Z (about 4 years ago)
- Last Synced: 2025-03-22T20:30:23.468Z (about 1 year ago)
- Topics: django, python, vue
- Language: Vue
- Homepage: https://itecha.longern.com/
- Size: 783 KB
- Stars: 1
- Watchers: 2
- 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/).