Skip to content

efattal/asciidoctor.js-integration-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asciidoctor.js integration with Webpack

Usage

Install the dependencies:

$ npm install

Build the project:

$ npm run build

Open the index.html page in your browser. You should see the following sentence: "Asciidoctor running on Opal brings AsciiDoc to the browser!".

Integration

Asciidoctor.js is imported in the file src/index.js:

import Asciidoctor from 'asciidoctor.js';

The webpack command will resolve the import and generate a bundle in the dist directory: dist/bundle.js.

About

Asciidoctor.js integration with Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%