Skip to content

NCViewer/ace-editor-module

Repository files navigation

@ncviewer/ace-editor-module

npm (scoped with tag) npm CircleCI Codecov Dependencies code style: prettier

Ace Editor module for Nuxt.js

📖 Release Notes

Features

The module features

Setup

  • Add @ncviewer/ace-editor-module dependency using yarn or npm to your project
  • Add @ncviewer/ace-editor-module to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@ncviewer/ace-editor-module',

    // With options
    ['@ncviewer/ace-editor-module', { /* module options */ }],
 ]
}

Usage

Module Description

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Xander Luciano

Releases

No releases published

Packages

No packages published