All Projects → CorentinAndre → Vuejs Snippets

CorentinAndre / Vuejs Snippets

Licence: mit
Collection of Vuejs 2.0+ snippets

Projects that are alternatives of or similar to Vuejs Snippets

language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+182.35%)
Mutual labels:  atom, snippets, atom-package
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (+176.47%)
Mutual labels:  atom, snippets, atom-package
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-5.88%)
Mutual labels:  atom, atom-package
Atom Project Manager
Project manager for the Atom editor
Stars: ✭ 519 (+2952.94%)
Mutual labels:  atom, atom-package
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+5117.65%)
Mutual labels:  vuex, vuejs2
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (+2823.53%)
Mutual labels:  vuex, vuejs2
Vue Music
cloud-music(网易云音乐)
Stars: ✭ 500 (+2841.18%)
Mutual labels:  vuex, vuejs2
Vue Typescript Dpapp Demo
🔥 Let's start with TypeScript
Stars: ✭ 613 (+3505.88%)
Mutual labels:  vuex, vuejs2
Vue Boilerplate Template
🍎 Efficient development of web SPA using Vue.js(2.*) + Webpack + Element-ui + Pwa + Vuex + Vuex-router + Vue-i18n + Dayjs + Lodash.
Stars: ✭ 461 (+2611.76%)
Mutual labels:  vuex, vuejs2
Vuex I18n
Localization plugin for vue.js 2.0 using vuex as store
Stars: ✭ 657 (+3764.71%)
Mutual labels:  vuex, vuejs2
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (+3605.88%)
Mutual labels:  vuex, vuejs2
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+4188.24%)
Mutual labels:  vuex, vuejs2
Sing App Vue Dashboard
Vue.js admin dashboard template built with Bootstrap 4.5
Stars: ✭ 482 (+2735.29%)
Mutual labels:  vuex, vuejs2
Vue Develop Template
A Vue.js template that can support more than 100 thousand lines of code in our business, I hope it can help you too~
Stars: ✭ 481 (+2729.41%)
Mutual labels:  vuex, vuejs2
Vue Socket.io Extended
✌️⚡️ Socket.io bindings for Vue.js and Vuex (inspired by Vue-Socket.io)
Stars: ✭ 506 (+2876.47%)
Mutual labels:  vuex, vuejs2
Douban
Douban book website demo by server side render
Stars: ✭ 468 (+2652.94%)
Mutual labels:  vuex, vuejs2
Vuex Shared Mutations
Share vuex mutations between tabs/windows
Stars: ✭ 532 (+3029.41%)
Mutual labels:  vuex, vuejs2
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+4311.76%)
Mutual labels:  atom, atom-package
Vue Spotify
Spotify client built with vue.js / vuex
Stars: ✭ 407 (+2294.12%)
Mutual labels:  vuex, vuejs2
Vuet
允许你定义飙车过程的集中式状态管理模式
Stars: ✭ 430 (+2429.41%)
Mutual labels:  vuex, vuejs2

Installs! Version! License

Vuejs-snippets

Collection of Vue.js snippets for version 2.0+. Also supports Vuex, vue-router still missing.

Feel free to contribute to this package by submitting a PR!

Usage

Just press TAB or ENTER to unfold a snippet

Single file template

template          <!--Single file component template-->

HTML snippets

router-view       <!--Vuejs router-view component-->
router-link       <!--Vuejs router-link component with named route-->
component         <!--Include component in HTML-->
sccomponent       <!--Include self closed component in HTML-->
i18n              <!--Include internationalization component-->

HTML tags

v-for             <!--Vuejs binding for list rendering-->
v-if              <!--Vuejs binding for if conditional rendering-->
v-else-if         <!--Vuejs binding for else if rendering-->
v-else            <!--Vuejs binding for else conditional rendering-->
v-show            <!--Vuejs binding for show conditional rendering-->
v-model           <!--Vuejs binding for model binding-->
vClassObj         <!--Vuejs binding for class as an object-->
vClassArr         <!--Vuejs binding for class as an array-->

Javascript

beforeCreate; // Vuejs instance lifecycle hook for beforeCreate
created; // Vuejs instance lifecycle hook for created
beforeMount; // Vuejs instance lifecycle hook for beforeMount
mounted; // Vuejs instance lifecycle hook for mounted
beforeUpdate; // Vuejs instance lifecycle hook for beforeUpdate
updated; // Vuejs instance lifecycle hook for updated
beforeUpdate; // Vuejs instance lifecycle hook for beforeUpdate
updated; // Vuejs instance lifecycle hook for updated
beforeDestroy; // Vuejs instance lifecycle hook for beforeDestroy
destroyed; // Vuejs instance lifecycle hook for destroyed
beforeRouteEnter; // Vue-router instance lifecycle hook for beforeRouteEnter
beforeRouteUpdate; // Vue-router instance lifecycle hook for beforeRouteUpdate
beforeRouteLeave; // Vue-router instance lifecycle hook for beforeRouteLeave
vwatch; // Vuejs way to watch instance properties
methods; // Vuejs methods event handlers
components; // Use it when you want to add child components to parent component.
props; // Vuejs way to pass data to child components
vprops; // Vuejs way to pass data to child components with validation
vcomputed; // Vuejs computed property

Vuex

vstore; // Vuex template for a complete store with state,getters,actions and mutations
vmut; // Vuex mutation snippet
vact; // Vuex action snippet
vget; // Vuex getter snippet
vtype; // Vuex constant type snipppet
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].