rcos-forms
Auto-fill URP forms for RCOS
Build with Vue.js, Bootstrap, & FontAwesome
Node.js Installation
This repo depends on Node.js version 8.x and above. You can check your version of node with the node --version command.
If you need to install Node.js, please do the following:.
Windows / MacOs
Ubuntu Linux
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essentialText Editor
This repo contains files of the .vue extension. This filetype encapsulates the template, styles, and JavaScript for a a single Vue.js component. It will be helpful for your text editor has support for .vue file syntax highligting - we recommend using either Sublime Text, Atom, or VSCode - though any text editor will suffice for basic usage.
Build App
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run startFor a detailed explanation on how things work, check out the guide and docs for vue-loader for the Vue.js starter template from which this workshop was created.