@ncviewer/ace-editor-module
v0.3.0
Published
Ace Editor module for Nuxt.js
Downloads
48
Readme
@ncviewer/ace-editor-module
Ace Editor module for Nuxt.js
Features
The module features
Setup
- Add
@ncviewer/ace-editor-module
dependency using yarn or npm to your project - Add
@ncviewer/ace-editor-module
tomodules
section ofnuxt.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
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Xander Luciano