My first hands on experience on learning the css library Bulma & JS Framework VueJS. This demo website is a way to test out the features of the two libraries.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportMost of the code are raw vueJS & Bulma CSS (that was the intention for learning purpose). The only plugin used are
- ChartKick for charts
- vuetrend for trend lines
- JsonPlaceHolder for all the fake data.