This is a university project for the Univerity of South-Eastern Norway building on https://github.com/davellanedam/vue-skeleton-mvp
- Clone the project from github. Change "myproject" to your project name.
git clone https://github.com/VikingsCreed/vue-skeleton-mvp.git ./myproject
- Download repository
- Uncompress to your desired directory
cd myproject
npm install
npm update
npm run serve
npm run build
npm run lint --fix