The front end for Drafter.
Build with Vue and Vuex.
npm run server
Run the DrafterStage locally with the predefine index.dev.html
file.
npm run build
Build DrafterStage and get the genereated bundle.js file in the public
folder.
npm run build:deploy