Skip to content

robisonmark/mizzou_tour_challenge

Repository files navigation

Missouri Tourism 2020 Regional Meetings

This repo has been designed as a challenge for my skills. Varied skills are displayed through different branchs:

  • master - Vuejs, with a static api pulling from JSON files, SCSS, eslint, font-awesome, and unit tests
  • feature/hardcoded - built with static content, gulpfile to compile SCSS, move images and run a mock server.
  • feature/vue - Same as master

Project setup

Download files from repo.

Choose the branch that you want to see: git pull origin <branch> or git pull origin feature/<branch>

You can use npm or yarn. If you choose to use yarn then replace npm with yarn in the commands below

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published