Paratii-Video / paratiisite

Up-to-date source code of our institutional website.
http://paratii.video
GNU General Public License v3.0
7 stars 5 forks source link

paratiisite

Prerequisites

Installing

$ git clone https://github.com/Paratii-Video/paratiisite
$ cd paratiisite
$ yarn/npm install

Development

serve with hot reload at localhost:8080

yarn run dev

Deploy

build for production with minification

yarn run build

For detailed explanation on how things work, consult the docs for vue-loader.