raguay / SvelteCodeMirror6

This is a test Svelte application to work on creating a CodeMirror 6 component for Svelte.

Home Page:http://customct.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteCodeMirror6

This is a test Svelte application to work on creating a CodeMirror 6 component for Svelte.

First, install the needed libraries:

npm i 

To compile the project, type:

npm run build

To run a development server for the project, type:

npm run dev 

Afterwards, you can go into the public directory and launch it with NW.js:

cd public
nwjs .

This assumes you have an alias for nwjs to point to NW.js on your system.

About

This is a test Svelte application to work on creating a CodeMirror 6 component for Svelte.

http://customct.com

License:MIT License


Languages

Language:JavaScript 99.1%Language:Svelte 0.9%Language:HTML 0.0%