An open API service indexing awesome lists of open source software.

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

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/)