The JTCC Programming Club website
This application leverage Vue.js for the component structure you see in src/
.
If you aren't familiar with Vue, that's okay. Have a look at the guide on what it does and getting started.
This application is written using node.js. Download node.js to get started.
Once installed, open your terminal in the folder where you downloaded this source code and run the command:
npm install
This will download the local web server, vue, and all the other dependencies needed to run the project.
This command compiles the source code and serves it up for you in the browser. It also does hot-reloading and basic error checking.
npm run serve
Once you run the command, copy the url it prints out and open in your browser to see the website
npm run build
npm run lint
Avais Gilani |
Jay Thomas |
Trevor Corcoran |