All Projects → threeaccents → Vue Webgulp

threeaccents / Vue Webgulp

Licence: mit
Vue.js + Webpack + Gulp + Vue Loader

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Webgulp

Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-87.67%)
Mutual labels:  webpack, gulp, vuejs2
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (-54.79%)
Mutual labels:  webpack, vuejs2
Generator Kittn
The Yeoman Kittn Generator
Stars: ✭ 63 (-56.85%)
Mutual labels:  webpack, gulp
Sequelize Bookmarks
Sequelize ORM application with Express 4 server, Webpack and Vue.js
Stars: ✭ 85 (-41.78%)
Mutual labels:  webpack, vuejs2
Jekyll Boilerplate
Helpful files to get started working on a new Jekyll website
Stars: ✭ 30 (-79.45%)
Mutual labels:  webpack, gulp
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+574.66%)
Mutual labels:  gulp, vuejs2
Bottle Vue Kickstart
🍕 Very basic Bottle kickstart kit with Vue.js and Webpack. Included Axios, Autoprefixer, Babel, Webpack config, demo app with Bulma and Web font loader.
Stars: ✭ 83 (-43.15%)
Mutual labels:  webpack, vuejs2
Csdwheels
一套基于原生JavaScript开发的插件,无依赖、体积小
Stars: ✭ 114 (-21.92%)
Mutual labels:  webpack, gulp
Lichter.io
My own website and CV
Stars: ✭ 105 (-28.08%)
Mutual labels:  webpack, vuejs2
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-30.14%)
Mutual labels:  webpack, gulp
Vue Multipage
Vue 多页面项目模板
Stars: ✭ 15 (-89.73%)
Mutual labels:  webpack, vuejs2
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+1145.21%)
Mutual labels:  webpack, vuejs2
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-82.19%)
Mutual labels:  webpack, gulp
Livro Sem Apego
📚 Um site de doação de livros, sem fins lucrativos! o/
Stars: ✭ 58 (-60.27%)
Mutual labels:  gulp, vuejs2
Puppy
Starter kit and delivery system for building static prototypes with Twig
Stars: ✭ 25 (-82.88%)
Mutual labels:  webpack, gulp
Myblog
我的个人博客,记录自己的所学所享.
Stars: ✭ 71 (-51.37%)
Mutual labels:  webpack, gulp
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-88.36%)
Mutual labels:  webpack, gulp
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+513.7%)
Mutual labels:  webpack, vuejs2
Npm Pipeline Rails
Use npm as part of your Rails asset pipeline
Stars: ✭ 93 (-36.3%)
Mutual labels:  webpack, gulp
Vue Visualization
Vue 结合 D3.js 进行数据可视化开发的练手案例
Stars: ✭ 125 (-14.38%)
Mutual labels:  webpack, vuejs2

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].