Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baxtergu/mini-code-sandbox-demo
- Owner: baxtergu
- Created: 2021-07-15T06:39:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T06:40:10.000Z (over 3 years ago)
- Last Synced: 2024-10-28T03:18:30.398Z (2 months ago)
- Language: JavaScript
- Homepage: https://mini-code-sandbox-demo.netlify.app/
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).