• Stars
    star
    145
  • Rank 253,197 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vue.js + Webpack + Gulp + Vue Loader

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