Skip to content

threeaccents/vue-webgulp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Introduction

A seed project for Vuejs, Webpack, and Gulp.

It is something similar to the Vuejs Vue loader example but it uses Gulp.

How to start

Note that this seed project requires node v4.x.x or higher and npm 3.x.x.

git clone https://github.com/rodzzlessa24/vue-webgulp.git
cd vue-webgulp
npm i   # or `npm run reinstall` if you get an error
npm start    # start app

Does not rely on any global dependencies.

Directory Structure

.
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── src
│   ├── components
│   │   ├── About.Vue
│   │   |── App.vue
│   │   |── Home.vue
│   │   └── Quote.vue
│   |── services
│   |    └── quote
|   |       └── index.js
│   ├── app.scss
│   ├── index.html
│   ├── main.js
|   └── variables.scss
├── gulpfile.js
├── webpack.config.js
└── package.json

License

MIT

About

Vue.js + Webpack + Gulp + Vue Loader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published