Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infomiho/codedragon
Example collaborative Monaco Editor with Y.js and Vue.js
https://github.com/infomiho/codedragon
Last synced: 1 day ago
JSON representation
Example collaborative Monaco Editor with Y.js and Vue.js
- Host: GitHub
- URL: https://github.com/infomiho/codedragon
- Owner: infomiho
- Created: 2022-08-08T00:05:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T08:55:40.000Z (over 2 years ago)
- Last Synced: 2024-11-22T20:36:10.339Z (2 months ago)
- Language: Vue
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codedragons
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```