Skip to content

JoshuaJ18/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

The JTCC Programming Club website

Vue

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.

Project setup

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.

Start the server

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

Compile and minify for production

npm run build

Lint and fix files

npm run lint

Customize configuration

See Configuration Reference.

Contributors


Avais Gilani

Jay Thomas

Trevor Corcoran

About

Website for the programming club

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 73.2%
  • CSS 12.7%
  • HTML 11.1%
  • JavaScript 3.0%