This example shows how scribe.js can be used with Vue.js v2 to make a web application. Vue.js v2 has reached end of life, so this is only recommended for existing Vue.js v2 users.
This repo was created using the Vue CLI tool, and everything below this section in the README is boilerplate from that tool. As Vue.js v2 uses Webpack as its build tool, all non-default settings used here in vue.config.js are copied from the Scribe.js Webpack v5 example repo. See that repo for more information regarding using Scribe.js with Webpack.
npm install
npm run serve
npm run build
npm run lint