All Projects → cklmercer → Vue Mix

cklmercer / Vue Mix

Licence: mit
Bootstrap your Vue 2.0 SPA in less than 2 minutes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Mix

Knockout Spa
A mini but full-fledged SPA framework and boilerplate to build SPAs fast and scalable
Stars: ✭ 145 (+110.14%)
Mutual labels:  boilerplate, spa, single-page-app
Vue Stack 2.0
Vue 2.0 Project Boilerplate
Stars: ✭ 166 (+140.58%)
Mutual labels:  boilerplate, spa, single-page-app
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+811.59%)
Mutual labels:  boilerplate, spa, single-page-app
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (+456.52%)
Mutual labels:  boilerplate, spa
Browser
Create Elm programs that run in browsers!
Stars: ✭ 284 (+311.59%)
Mutual labels:  spa, single-page-app
Abstract State Router
Like ui-router, but without all the Angular. The best way to structure a single-page webapp.
Stars: ✭ 288 (+317.39%)
Mutual labels:  spa, single-page-app
Android Pwa Wrapper
Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps
Stars: ✭ 265 (+284.06%)
Mutual labels:  spa, single-page-app
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+768.12%)
Mutual labels:  boilerplate, spa
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+6227.54%)
Mutual labels:  boilerplate, spa
React App
Create React App with server-side code support
Stars: ✭ 614 (+789.86%)
Mutual labels:  boilerplate, single-page-app
Spa Starter Kit
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
Stars: ✭ 933 (+1252.17%)
Mutual labels:  spa, single-page-app
Plato
❤️ a Boilerplate for [mobile] SPAs use vue, vuex, vue-router
Stars: ✭ 283 (+310.14%)
Mutual labels:  boilerplate, spa
Ios Pwa Wrapper
An iOS Wrapper application to create a native iOS App from an offline-capable Progressive Web App.
Stars: ✭ 268 (+288.41%)
Mutual labels:  spa, single-page-app
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (+395.65%)
Mutual labels:  boilerplate, spa
Vanillajs Spa
a simple SPA in vanilla js
Stars: ✭ 265 (+284.06%)
Mutual labels:  spa, single-page-app
Beauty Vuejs Boilerplate
❤️ Real world base Vue.js app. Access/refresh tokens auth, api services, http client, vuex modules
Stars: ✭ 583 (+744.93%)
Mutual labels:  boilerplate, spa
Erlach
☣⚫⚫ SPA Imageboad on WebSockets written on Erlang
Stars: ✭ 23 (-66.67%)
Mutual labels:  spa, single-page-app
Enso
Laravel Vue SPA, Bulma themed. For demo login use `[email protected]el-enso.com` & `password` -
Stars: ✭ 959 (+1289.86%)
Mutual labels:  boilerplate, spa
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (+49.28%)
Mutual labels:  spa, single-page-app
cakephpvue-spa
A CakePHP + VueJS single page application skeleton/boilerplate.
Stars: ✭ 40 (-42.03%)
Mutual labels:  spa, single-page-app

vue-mix

SPA boilerplate for your Vue 2.0 projects using laravel-mix.

Setup

Clone the repository

$ git clone https://github.com/cklmercer/vue-mix

Move into the the project directory

$ cd vue-mix

Install dependencies

$ yarn install

or

$ npm install

Complete the initial build

$ npm run build

Start a dev server

$ npm run dev

Open project in browser

Open your favorite browser and navigate to http://localhost:8080.

Development

Once you got the project built and you have a dev server running, you're free to begin developing. With your dev server running, hot module reloading (HMR) is enabled by default, simply make some changes to your code and watch as your browser "refreshes" itself automatically.

Plugins

This boilerplate makes use of a few plugins.

  • vue-router: For SPA routing. Learn more at vue-router
  • vue-stash: For global store access. Learn more at vue-stash
  • vue-events: For global event bus. Learn more at vue-events

Branches

There are a couple of different versions of this boilerplate..

  • master: Includes a couple of examples to help you get going.
  • barebones: Same as master except there are no examples.
  • bulma: Includes the Bulma CSS framework and font-awesome, no examples.

Demo Video

vue-mix setup

License

Copyright (c) 2016 Cody Mercer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].