@ncviewer/ace-editor-module

0.3.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @ncviewer/ace-editor-module

Weekly Downloads

56

Version

0.3.0

License

MIT

Unpacked Size

5.88 kB

Total Files

6

Last publish

Collaborators

  • xanderluciano