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

https://github.com/wang-zerui/draw-frontend

serverless部署的绘图语言解释器 (西电编译原理大作业)
https://github.com/wang-zerui/draw-frontend

compiler serverless vue vuejs

Last synced: about 1 year ago
JSON representation

serverless部署的绘图语言解释器 (西电编译原理大作业)

Awesome Lists containing this project

README

          

# 西电编译原理绘图语言解释器前端

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