An open API service indexing awesome lists of open source software.

https://github.com/macagua/example-vuejs2-bulma-css

A Vue.js project that integrates the Bulma CSS Framework following the Build your First Vue.js App | Vue.js 2.0 Tutorial
https://github.com/macagua/example-vuejs2-bulma-css

bulma-css bulma-css-framework vue vue-components vue2-demo vuejs vuejs2

Last synced: about 2 months ago
JSON representation

A Vue.js project that integrates the Bulma CSS Framework following the Build your First Vue.js App | Vue.js 2.0 Tutorial

Awesome Lists containing this project

README

          

# vuejs2-bulma-css

> A Vue.js project that integrates the Bulma CSS Framework following the [Build your First Vue.js App | Vue.js 2.0 Tutorial](https://coursetro.com/posts/code/71/Build-your-First-Vue.js-App-%7C-Vue.js-2.0-Tutorial).

## Build Setup

``` bash
# install dependencies
npm install
npm install bulma --save
npm install --save npm run vue-style-loader
npm install node-sass sass-loader

# 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 --report
```

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

# Reference
- [How to Install Vue.js](https://coursetro.com/posts/code/70/How-to-Install-Vue.js).
- [Build your First Vue.js App | Vue.js 2.0 Tutorial](https://coursetro.com/posts/code/71/Build-your-First-Vue.js-App-%7C-Vue.js-2.0-Tutorial).