Faronsince2016 / codeplayground

Codepen.io clone using Vue 3 and Monaco Editor

Home Page:https://codeplayground.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Playground

I attempt to clone codepen.io using Vue 3 and Monaco editor.

Installing

  1. Install dependencies

    npm install
  2. Fire up the server and watch files

    npm run dev

Built with

Recommended IDE Setup

VSCode + Vetur. Make sure to enable vetur.experimental.templateInterpolationService in settings!

If Using <script setup>

To get proper IDE support for the syntax, use Volar instead of Vetur (and disable Vetur).

Inspiration

License

Licensed under the MIT license.

About

Codepen.io clone using Vue 3 and Monaco Editor

https://codeplayground.vercel.app


Languages

Language:Vue 65.2%Language:TypeScript 29.4%Language:HTML 3.5%Language:JavaScript 1.5%Language:CSS 0.4%