Ace Editor module for Nuxt.js
The module features
- 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 */ }],
]
}
Module Description
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
Copyright (c) Xander Luciano