https://github.com/baxtergu/mini-code-sandbox-demo
Online Preview
https://github.com/baxtergu/mini-code-sandbox-demo
Last synced: about 1 year 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T06:40:10.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T07:28:03.318Z (over 1 year 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/).