https://github.com/sullay/knowledge-system
knowledge-system
https://github.com/sullay/knowledge-system
Last synced: 12 months ago
JSON representation
knowledge-system
- Host: GitHub
- URL: https://github.com/sullay/knowledge-system
- Owner: sullay
- Created: 2020-05-29T06:43:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:27:21.000Z (over 3 years ago)
- Last Synced: 2025-04-19T22:18:59.248Z (about 1 year ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knowledge-system
## 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/).