Sti2nd / road-per-inhabitant-vue

Antall meter vei per innbygger per kommune

Home Page:https://sti2nd.github.io/road-per-inhabitant-vue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

See Configuration Reference.

How to deploy to Github pages

Just build and rename the dist folder to docs!

Alternative way

  1. Make sure you have set the basename/basepath in Vue this is called publicPath https://cli.vuejs.org/config/#publicpath
  2. (Alternatively branch to gh-pages)
  3. Remove dist folder from gitignore and commit it
  4. Push with git subtree push --prefix dist origin master:gh-pages
  5. (If didn't branch reset hard to before all this)

About

Antall meter vei per innbygger per kommune

https://sti2nd.github.io/road-per-inhabitant-vue/

License:MIT License


Languages

Language:JavaScript 72.8%Language:Vue 25.5%Language:HTML 1.7%