Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodzzlessa24/vue-webgulp
Vue.js + Webpack + Gulp + Vue Loader
https://github.com/rodzzlessa24/vue-webgulp
gulp vuejs2 webpack
Last synced: about 23 hours ago
JSON representation
Vue.js + Webpack + Gulp + Vue Loader
- Host: GitHub
- URL: https://github.com/rodzzlessa24/vue-webgulp
- Owner: threeaccents
- License: mit
- Created: 2015-12-10T05:51:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T16:48:35.000Z (about 7 years ago)
- Last Synced: 2024-10-29T10:45:16.903Z (7 days ago)
- Topics: gulp, vuejs2, webpack
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 145
- Watchers: 9
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-vue - vue-webgulp - 仿VueJS Vue loader示例 (开发框架)
- awesome - vue-webgulp - 仿VueJS Vue loader示例 (开发框架)
README
# 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.
```bash
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