https://github.com/dashingsoft/codebang
A tool helps people understanding how c code run in different views
https://github.com/dashingsoft/codebang
Last synced: 7 months ago
JSON representation
A tool helps people understanding how c code run in different views
- Host: GitHub
- URL: https://github.com/dashingsoft/codebang
- Owner: dashingsoft
- License: mit
- Created: 2020-02-28T09:25:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T22:33:17.000Z (about 4 years ago)
- Last Synced: 2025-02-22T23:13:58.776Z (12 months ago)
- Language: Vue
- Size: 537 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codebang
## Project setup
```
vue create .
npm install
npm install -S ace-builds
npm install -S pixi.js
npm install -S gettext.js
```
### Import element-ui
See https://element.eleme.cn/#/zh-CN/component/quickstart
```
vue add element
```
### 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/).
### International
See [gettext.js](https://github.com/guillaumepotier/gettext.js/)