https://github.com/oshosanya/monaco-poc
Monaco Editor Proof of concept
https://github.com/oshosanya/monaco-poc
Last synced: 3 months ago
JSON representation
Monaco Editor Proof of concept
- Host: GitHub
- URL: https://github.com/oshosanya/monaco-poc
- Owner: oshosanya
- Created: 2021-02-01T21:22:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T18:23:17.000Z (over 4 years ago)
- Last Synced: 2024-12-30T02:51:51.246Z (5 months ago)
- Language: Vue
- Size: 476 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monaco-poc
## 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/).