Ace Editor module for Nuxt.js
The module features
- Add
@ncviewer/ace-editor-moduledependency using yarn or npm to your project - Add
@ncviewer/ace-editor-moduletomodulessection 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 installornpm install - Start development server using
npm run dev
Copyright (c) Xander Luciano