background preloader

Vuejs/awesome-vue: A curated list of awesome things related to Vue.js

https://github.com/vuejs/awesome-vue

Related:  Vue

Getting Started · GitBook Setup To get a quick taste of using vue-test-utils, clone our demo repository with basic setup and install the dependencies: git clone cd vue-test-utils-getting-started npm install You will see that the project includes a simple component, counter.js: Mounting Components vue-test-utils tests Vue components by mounting them in isolation, mocking the necessary inputs (props, injections and user events) and asserting the outputs (render result, emitted custom events).

Vue JS 2 - The Complete Guide (incl. Vue Router & Vuex) Description Hear what students are saying about the course: He knows how to teach. Splits every details into smaller parts and makes another video for each part. For this reason you don't feel yourself boring while watching videos because lots of them about 2-3 mins not more. :camera: Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. :camera: VueJS responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. Example jsFiddle - image

Introduction — Vue.js What is Vue.js? Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. Dockerize your Laravel app with Vessel – Freek Van der Herten Every two weeks I send out a newsletter containing lots of interesting stuff for the modern PHP developer. You can expect quick tips, links to interesting tutorials, opinions and packages. Want to learn the cool stuff?

Vue-gmaps by Ridermansb Search address and places using Google Maps API Installation And in your main.js ... Basic usage Learn ES2015 · Babel es6features This document was originally taken from Luke Hoban's excellent es6features repo. Go give it a star on GitHub! REPL Be sure to try these features out in the online REPL. Introduction ECMAScript 2015 is an ECMAScript standard that was ratified in June 2015.

Models and Collections for Vue.js - Vue Models & Collections FiguredLimited/vue-mc The relationship between data, component states, and the actions that affect them is a fundamental and unavoidable layer to manage when building a component or application. Vue does not provide a way to structure and encapsulate data, so most projects use plain objects and implement their own patterns to communicate with the server. This is perfectly fine for small applications, but can quickly become a lot to manage when the size of your project and team increases. Vue.js Global Config Vue.config is an object containing Vue’s global configurations. You can modify its properties listed below before bootstrapping your application: silent Type: booleanDefault: falseUsage:Suppress all Vue logs and warnings.Source optionMergeStrategies

iView UI framework 2.4 - Vue.js Feed iView iView is a set of UI components and widgets built on Vue.js. The UI framework is coming up to 10K stars on Github and released version 2.4 a few days ago with upgrades & fixes. The team has also added jsFiddle instant demos for all components. When you are viewing a component you can open it at jsFiddle to review and edit the code. iView is a set of front-end solutions developed by TalkingData for intermediate and backend business, including engineering, theme customization, multi-language and other functions, greatly improving the development efficiency. 5 Vuex Plugins For Your Next VueJS Project There are a lot of good reasons to use Vuex to manage the state of your Vue.js app. For one, it’s really easy to add super-cool features with a Vuex plugin. Developers in the Vuex community have created a tonne of free plugins for you to use, with many of the features you can imagine, and some you may not have imagined. In this article, I will show you five feature that you can easily add to your next project with a Vuex plugin.

Intro to Vue.js: Rendering, Directives, and Events By Sarah Drasner On directives, events, JavaScript, vue If I was going to sum up my experiences with Vue in a sentence, I'd probably say something like "it's just so reasonable" or "It gives me the tools I want when I want them, and never gets in my way". Again and again, when learning Vue, I smiled to myself. It just made sense, elegantly. This is my own introductory take on Vue. Getting Started with Vue.js - Sabe The front-end development scene changes at a lightning pace. You don’t go too long without hearing about a new upcoming JavaScript library that promises it is going to change everything. A few of them actually live up to their hype, like Google’s Angular and Facebook’s React.

Mission-4 Posted on September 05, 2017 Vue.js Vuex Laravel Setting up Vuex in a Laravel project can seem complicated as it is super easy to forget something and cause your app to blow up. So in this blog post, I will outline how I set up Vuex in a fresh Laravel install. Let's Start by Installing Vuex: yarn add vuex

Related: