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
- Host: GitHub
- URL: https://github.com/macagua/example-vuejs2-bulma-css
- Owner: macagua
- Created: 2017-08-24T05:19:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T05:20:53.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T18:17:47.618Z (over 1 year ago)
- Topics: bulma-css, bulma-css-framework, vue, vue-components, vue2-demo, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://coursetro.com/posts/code/71/Build-your-First-Vue.js-App-%7C-Vue.js-2.0-Tutorial
- Size: 710 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).