Overview
August 29, 2024 ยท View on GitHub
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.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint