https://github.com/happycoda/bimbo
Skeleton for Vue.js
https://github.com/happycoda/bimbo
babel browserify browsersync gulp jasmine karma skeleton vuejs
Last synced: 2 months ago
JSON representation
Skeleton for Vue.js
- Host: GitHub
- URL: https://github.com/happycoda/bimbo
- Owner: happyCoda
- License: mit
- Created: 2017-02-20T23:03:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T23:43:40.000Z (about 9 years ago)
- Last Synced: 2025-05-23T11:09:51.559Z (about 1 year ago)
- Topics: babel, browserify, browsersync, gulp, jasmine, karma, skeleton, vuejs
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bimbo
A generic VueJS project skeleton based on Gulp, Browserify, Eslint, Karma, Jasmine, Browsersync and Less.
## Installation
Library can be installed via downloading a git repo:
```shell
git clone https://github.com/happyCoda/bimbo.git
```
## Usage
First, install all npm dependencies:
```
npm i
```
Then you can run different commands, depends on what you are up to do:
```
// run dev server on port 3000 and start develop your application
gulp dev
// create production build
gulp bundle
// run your tests
gulp test
```
Also you can setup clean builds for your JS and CSS. By default, when bundling occurs bundle content gets written to the existing bundle file. You can change this behavior by set `CLEAN` option to true in `config.js` file.
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2017, happyCoda