Vue Family Barrel Realizes Restoring wap Edition of Douban Film

Douban-movie Write the wap version of Douban Film with the vue family barrel. Recently, we tried to use Vue in our company's projects, but we have limited initial learning level. The development process is particularly painful because we did not use Vue on vue. So play this project, is more familiar with the relevant technology. The original pl ...

Posted by LazyJones on Sat, 06 Jul 2019 12:30:13 -0700

Vue realizes simple shopping cart function

Preface In the process of developing the city, shopping cart functionalists are indispensable, such as Taobao, Tianmao, Jingdong, millet, Pingduo, Weiyi, Dangdang and other well-known shopping malls. Have you ever thought about developing a shopping cart function by yourself? We use vue,angular can be relatively easy to develop the shopping ca ...

Posted by tiggy on Fri, 05 Jul 2019 10:44:48 -0700

Recommend three or two front-end animation libraries, anitmate.css, velocity-animate, anime,

In the recent period of work, often used animation, I have mainly touched three. animate.cssanimevelocity Here's an analysis of their strengths and weaknesses animate.css Advantage:animate.css mainly uses css to achieve animation effect. At present, there are dozens of predefined animations, which are very simple to use. Basically, we can find ...

Posted by JamieWAstin on Thu, 04 Jul 2019 15:59:32 -0700

Set up a note taking application step by step with vue-cli and vuex (1)

I wrote this article because I want to learn vuex. To be honest, I have been using vue, but the core vuex has not been used yet. https://segmentfault.com/a/1190000005015164 This article is well written, but it's a bit old. It was written a year ago. Now I'll automate the project with vue-cli, then build a note-taking application with vuex. ...

Posted by alex_lana on Tue, 02 Jul 2019 10:41:26 -0700

Communication Facts Between vue Components

1. In vue, parent component passes data to child component via props <child-component :prop1="Data 1 of parent component" :prop2="Data 2 of parent component"></child-component> The subcomponent accepts only props defined in the subcomponent. Vue.component('child-component', { props: ['prop1', 'prop2'], // Define which props to rec ...

Posted by seraulu1 on Fri, 28 Jun 2019 11:24:53 -0700

A Brief Introduction to the Routing Basis of vue-router

Today I summarized the vue-route basis, the route officially recommended by vue. I. Start HTML <div id="myDiv"> <h1>Simple Routing</h1> <router-link to="/foo">Go to foo</router-link> <router-link to="/bar">Go to bar</router-link> // Rendering Export <router-view></route ...

Posted by arnoldd99 on Tue, 25 Jun 2019 16:57:14 -0700

How to Implement Dynamic Form Addition, Deletion and Change Checking in vue2

Recent projects have encountered the need to manipulate a large number of forms. Previous projects have done this research, but only with jquery to operate. Item A Let's start with a brief description of the application scenarios in project A. There may be similar requirements for small partners. Project A is a project in the company's OA syste ...

Posted by PallaviDalvi on Tue, 25 Jun 2019 16:18:54 -0700

Vue.js Learning 9 Components

I. Using Components 1. Registration Create a Vue instance: new Vue({ el: '#some-element', // option }) To register a global component, you can use Vue.component(tagName,options) Vue.component('my-component', { // option }) Use w3c rules (lowercase, with a short bar) as much as possible for custom tag names. After the component ...

Posted by jase01 on Tue, 25 Jun 2019 13:29:21 -0700

Personal Summary of the Use of vee-validate

Personal Summary of the Use of vee-validate To learn vee-validate, you can read it first. Official Documents For more details, you can read the official website rule . English documents may be incomprehensible. I recommend you to read this article. Blog Here is a brief summary of my use: I. Installation npm install vee-validate@next --sav ...

Posted by dean7 on Tue, 25 Jun 2019 12:17:09 -0700

Vue2.0 Family Barrel Tencent Sports APP (Web Edition)

Vue2.0 Family Barrel Tencent Sports APP The annual NBA finals, I believe that the most used by fans is Tencent Sports APP, just started Vue, when practitioners will copy this APP. Effect Preview (vii) Online preview: Click on me!!! Online Preview, Mobile Browser Browsing or Switching Mobile Debugging (viii) Source address: Github I beg your ...

Posted by trellie on Mon, 24 Jun 2019 14:53:46 -0700