Skip to content

ErlendEllefsen/vue-skeleton-mvp

 
 

Repository files navigation

Destiny 2 TeamFinder.

This is a university project for the Univerity of South-Eastern Norway building on https://github.com/davellanedam/vue-skeleton-mvp

Using Git (recommended)

  1. Clone the project from github. Change "myproject" to your project name.
git clone https://github.com/VikingsCreed/vue-skeleton-mvp.git ./myproject

Using manual download ZIP

  1. Download repository
  2. Uncompress to your desired directory

Install npm dependencies after installing (Git or manual download)

cd myproject
npm install
npm update

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint --fix

Packages

No packages published

Languages

  • Vue 74.3%
  • JavaScript 25.0%
  • HTML 0.7%