2.1.0 • Published 10 months ago
@aegenet/au2-code-mirror v2.1.0
@aegenet/au2-code-mirror
DRAFT Aurelia 2 component: CodeMirror 6+.
Tested with
Aurelia v2.0.0-beta.21.
Installation
npm install @aegenet/au2-code-mirror@^2.0.0
# or
yarn add @aegenet/au2-code-mirror@^2.0.0Usage
Register the plugin
import * as myPlugin from '@aegenet/au2-code-mirror';
Aurelia
// Load all exports from the plugin
.register(myPlugin)
.app(MyApp)
.start();Component usage
<code-mirror code="const myVar = { code: 'quantum', title: 'Unknown', where: 'Who know' };" language="javascript"></code-mirror>Development
Start dev web server
npm startNote this plugin project comes with a dev-app. The above command starts the dev app in dev-app/ folder. The plugin source code is in src/ folder.
Build the plugin in production modern
npm run buildIt builds plugin into dist/index.mjs file.
Note when you do npm publish or npm pack to prepare the plugin package, it automatically run the above build command by the prepare script defined in your package.json "scripts" section.
Unit Tests
npm run testRun unit tests in watch mode.
npm run test:watchAnalyze webpack bundle
npm run analyzeLicense
The MIT License - Copyright © 2022-2024 Alexandre Genet.
2.1.0
10 months ago
2.0.0-alpha3
1 year ago
2.0.0-alpha2
1 year ago
2.0.0-alpha
1 year ago
2.0.0
1 year ago
1.6.2
2 years ago
1.6.1
2 years ago