https://github.com/ndro/vue-webpack-buefy
Vue.js starter with full-featured Webpack and Buefy
https://github.com/ndro/vue-webpack-buefy
Last synced: 7 months ago
JSON representation
Vue.js starter with full-featured Webpack and Buefy
- Host: GitHub
- URL: https://github.com/ndro/vue-webpack-buefy
- Owner: ndro
- License: mit
- Created: 2017-11-17T03:18:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T12:02:55.000Z (about 8 years ago)
- Last Synced: 2024-11-19T15:45:17.990Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ndro.github.io/vue-webpack-buefy/
- Size: 1.7 MB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - vue-webpack-buefy - Vue.js starter with full-featured Webpack and Buefy ` 📝 4 years ago ` (Open Source [🔝](#readme))
- awesome-vue-zh - Vue-的WebPack-buefy - Vue.js首发全功能Webpack和Buefy (awesome-vue [](https://github.com/sindresorhus/awesome) / 开源)
- awesome-vue - vue-webpack-buefy - Vue.js starter with full-featured Webpack and Buefy (Projects Using Vue.js / Open Source)
- awesome-vue - vue-webpack-buefy ★16 - Vue.js starter with full-featured Webpack and Buefy (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - vue-webpack-buefy - Vue.js starter with full-featured Webpack and Buefy (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Open Source)
README
# Vue Webpack Buefy
> Vue.js starter with full-featured Webpack and Buefy
Alternative to people who have problem when they project adding native [Bulma](http://bulma.io/).
# See [Demo](https://ndro.github.io/vue-webpack-buefy/)
## Features
- [Vue.js](https://vuejs.org/) 2.5.2
- [Buefy](https://buefy.github.io/) 0.6.1
- Webpack 3.8.1
# Getting Started
### Create project using vue-cli:
Clone or download the project, [here](https://github.com/ndro/vue-webpack-buefy/archive/master.zip). Then,
```terminal
$ cd (folder-project)
$ npm install
```
### run project with: (reference)
```terminal
# 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
```
### if you want to run unit-test using: (reference) _*doesn't implemented yet_
```terminal
# run unit tests
$ npm run unit
# run e2e tests
$ npm run e2e
# run all tests
$ npm test
```
> note : If you have problem when **build** the project, maybe should put folder *static/fonts* to css. It will be *static/css/static/fonts*
### Next development
- Add more template
- Setting vuex store (v1.0.0)
### For more reference:
- [Vue.js](https://vuejs.org/)
- [Bulma](http://bulma.io/)
- [Buefy](https://buefy.github.io/)
- [Awesome Vue.js](https://github.com/vuejs/awesome-vue) (additional reference)