road-per-inhabitant-vue
Finnes på https://sti2nd.github.io/road-per-inhabitant-vue/
Meningen med nettsiden er å sammenligne antall meter vei per innbygger mellom forskjellige kommuner. Merk at dette ikke gir en god fremstilling av infrastrukturen i kommunen. Foreløpig har jeg heller ikke tatt hensyn til bredde (f.eks. antall felt) på veien.
Project setup
npm install
Compiles and hot-reloads for development
npm run start
Customize configuration
How to deploy to Github pages
Just build and rename the dist folder to docs!
Alternative way
- Make sure you have set the basename/basepath in Vue this is called publicPath https://cli.vuejs.org/config/#publicpath
- (Alternatively branch to gh-pages)
- Remove dist folder from gitignore and commit it
- Push with
git subtree push --prefix dist origin master:gh-pages
- (If didn't branch reset hard to before all this)