Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baxtergu/mini-code-sandbox-demo

Online Preview
https://github.com/baxtergu/mini-code-sandbox-demo

Last synced: 26 days ago
JSON representation

Online Preview

Awesome Lists containing this project

README

        

# mini code sandbox demo

A mini code sandbox demo for personal learn purpose only. It was inspired by: [从 0 到 1 实现浏览器端沙盒运行环境](https://mp.weixin.qq.com/s/7CD_F0hEZtYRK0fvBWb_gQ).

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Lints and fixes files

```
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).