All Projects → re-fort → vue-webpack-boilerplate

re-fort / vue-webpack-boilerplate

Licence: MIT license
A webpack boilerplate with vue-loader, axios, vue-router and vuex

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to vue-webpack-boilerplate

163music
🎵163 music web app built with Vue 2.6, server side render, webpack 4
Stars: ✭ 139 (+172.55%)
Mutual labels:  mocha, karma, vue2, vue-router
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+1588.24%)
Mutual labels:  axios, vue2, vue-router
Vue Music
基于vue2.0的网易云音乐播放器,api来自于NeteaseCloudMusicApi,v2.0为最新版本
Stars: ✭ 855 (+1576.47%)
Mutual labels:  axios, vue2, vue-router
Vue Mall
微信公众号测试项目
Stars: ✭ 74 (+45.1%)
Mutual labels:  axios, vue2, vue-router
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+1329.41%)
Mutual labels:  axios, vue2, vue-router
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (-68.63%)
Mutual labels:  axios, vue2, vue-router
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+2125.49%)
Mutual labels:  axios, vue2, vue-router
Vue News
Vue2.5知乎日报单页应用
Stars: ✭ 300 (+488.24%)
Mutual labels:  axios, vue2, vue-router
Vuedemo sell eleme
ele by vue2.x 🐧
Stars: ✭ 1,349 (+2545.1%)
Mutual labels:  axios, vue2, vue-router
Vue2 Shop
A shop developed with Vue2 + Vue-router + Axios + Vuex + Node + Express + MongoDB + Webpack
Stars: ✭ 103 (+101.96%)
Mutual labels:  axios, vue2, vue-router
Seemusic
Vue 云音乐播放器,网易云音乐API,可听网易云高品质付费歌曲。 Vue music player
Stars: ✭ 112 (+119.61%)
Mutual labels:  axios, vue2, vue-router
Vue Blog
A single-user blog built with vue2, koa2 and mongodb which supports Server-Side Rendering
Stars: ✭ 586 (+1049.02%)
Mutual labels:  axios, vue2, vue-router
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+911.76%)
Mutual labels:  axios, vue2, vue-router
Pixel Web
一个 Vue 微博客户端
Stars: ✭ 500 (+880.39%)
Mutual labels:  axios, vue2, vue-router
Vue Cli Multi Page
基于vue-cli模板的多页面多路由项目,一个PC端页面入口,一个移动端页面入口,且有各自的路由, vue+webpack+vue-router+vuex+mock+axios
Stars: ✭ 145 (+184.31%)
Mutual labels:  axios, vue2, vue-router
Vue axios spa
基于vue2+axios+vux+vue-router+vuex构建的单页微信端项目
Stars: ✭ 54 (+5.88%)
Mutual labels:  axios, vue2, vue-router
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (+401.96%)
Mutual labels:  axios, vue2, vue-router
Vue Testing Examples
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
Stars: ✭ 288 (+464.71%)
Mutual labels:  axios, vue2, vue-router
Vue2 Admin
基于vue-element-admin、Vue2 权限、监控、管理系统(包含地图等嵌套)
Stars: ✭ 74 (+45.1%)
Mutual labels:  axios, vue2, vue-router
Vue Element Quick Start
Vue2, Vuex 3, Vue Router 3, Element-ui and Typescript SPA project quick start kit(Vue element ui 快速开始脚手架)
Stars: ✭ 135 (+164.71%)
Mutual labels:  axios, vue2, vue-router

CircleCI

vue-webpack-boilerplate

A Webpack boilerplate with Vue.js, vue-loader, axios, vue-router and Vuex.
The aim of this project is:

  • remove the need of manually setting up above libraries
  • provide useful features that are necessary when building SPA

Demo

https://re-fort.net/vue-webpack-boilerplate/

What's included

develop

  • Vue(2.x.x)
  • webpack(3.x.x)
  • vue-loader
  • axios
  • vue-router
  • Vuex
  • Buefy(Vue components based on Bulma)
  • Font Awesome

test

  • vue-test-utils
  • Mocha
  • Karma
  • power-assert

Features

  • Practical demo
  • Buefy components
  • Ready to use Vue plugins (vue-router, Vuex)
  • Useful tracking plugins(Google Analytics and Sentry)
  • Use of webpack and vue-loader with Hot Module Replacement
  • Unit Testing (with Karma + Mocha + vue-test-utils)
  • Add hash to filename when production build (avoiding cache problems)
  • Inject built files (with html-webpack-plugin)
  • Handy NPM scripts
  • CI (with Circle CI)

Setup

git clone https://github.com/re-fort/vue-webpack-boilerplate
cd vue-webpack-boilerplate
npm i # or yarn install
npm run dev # or yarn run dev

# You also need to set up vue-webpack-boilerplate-api, if you run this boilerplate at local
# See: https://github.com/re-fort/vue-webpack-boilerplate-api

Usage

  • npm run dev
  • npm run build
  • npm test
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].