vue Development Naming Specification
vue Development Naming Specification
1. Naming views
Following the views folder is a vue file or module folder in page units, placed under the src directory and at the same level as components and assets.
Folder Name under views Folder under views ...
Added by snorcha on Tue, 17 Sep 2019 05:27:51 +0300
Writing web Applications Using Golang's Gin Framework and vue
Background: The Gin framework of Golang was used to develop API interfaces of internal back-end of operation and maintenance, providing json-type data response to the outside world. However, the data format of this method is not friendly when browse ...
Added by crucialnet on Thu, 12 Sep 2019 05:23:24 +0300
How to realize the privilege control of background management system in vue
I. Preface
In the advertising ji project, the role's authority management has been a difficult problem for a long time. Firstly, the authority control we determine is divided into two parts, which are more detailed according to the size of the granule:
Privilege Control of Interface Access
Privilege Control of Pages
Is the page in the menu ac ...
Added by jerrylouise on Wed, 11 Sep 2019 17:09:12 +0300
Spring Boot+Vue Test Project
I. Construction Projects
Create projects using vue-cli:
Then import the editor (I use webstorm) and start it up to see if you can access localhost:8080.
The ability to access indicates that it is normal to create projects using vue-cli.
...
Added by IceRegent on Fri, 06 Sep 2019 15:05:02 +0300
Didn't you learn how to deploy front-end automation since 9102?
Preface
The earliest way: After the front end has written the code, it builds locally and uploads the file to the server through the server xftp or ftp for updating.
After using Git: The server pulls the latest code from the repository through the git clone project by executing git pull origin [branch] in the root directory of the project
Auto ...
Added by cvsherri on Tue, 03 Sep 2019 12:44:25 +0300
GraphQL-Sword and Bridge for Front-end Development
Links to the original text: https://www.cnblogs.com/zhuanzhuanfe/p/10324700.html
Basic concepts
GraphQL
GraphQL is a query language for the API, developed by Facebook and open source, and runs on the server side using a type-based syst ...
Added by pipeten on Mon, 02 Sep 2019 15:26:26 +0300
Hands have a front-end scaffold of their own
Many little buddies have been struggling about what scaffolding is?In fact, the core function is to create the project initial file, the problem comes again, is there not enough scaffolding on the market, why do you want to write it yourself?
As soon as you mention scaffolding, you'll think vue-cli, create-react-app, dva-cli.... Their character ...
Added by tidalwave on Mon, 02 Sep 2019 04:08:50 +0300
PWA: Offline site access
What is offline access
Accessing a website requires a network, and when it is disconnected, it jumps to the small dinosaur page in Google Browser.
(Small dinosaurs are surprising when clicked with the mouse)
Service Worker is a feature of PWA that allows access to our website when it is disconnected.
Offline Access Principle
Normally, when you ...
Added by drisate on Thu, 29 Aug 2019 05:59:48 +0300
Front-end Learning--Vue.js Day4
1. Function Analysis of flag Identifier in Ball Animation
2. Review of Component Definition
3. The parent component transfers data data and methods to the child component
Note: Attribute names passed from parent components to child components can be ...
Added by Infinitive on Wed, 28 Aug 2019 06:17:56 +0300
Vuex 2.0 Source Analysis
Vuex 2.0 Source Analysis
In general, we use the global event bus to solve the problem of global state sharing and component communication. When encountering large applications, this will make the code difficult to maintain. Vuex came into being. Next, I will analyze the whole implementation of Vuex from the source code point of view.
directory ...
Added by chokies12 on Wed, 28 Aug 2019 05:12:02 +0300