Beginner vue+webpack (front end of formal pit entry)1
1. Install firstNode.jsEnvironment Official Website Address https://nodejs.org/en/ Text editor chooses sublime text3 (vs is too big)
2. Establishing projects
2.1 Create a new project folder, code-x code number x plan, and put it on the desktop
2.2 Initialization
cd c:\user\duab\desktop\code-x
npm install -g vue-cli //Global Installation vue-c ...
Posted by BinaryDragon on Mon, 13 Jul 2020 08:02:55 -0700
Beginner vue+webpack (front end of formal pit entry)1
1. Install firstNode.jsEnvironment Official Website Address https://nodejs.org/en/ Text editor chooses sublime text3 (vs is too big)
2. Establishing projects
2.1 Create a new project folder, code-x code number x plan, and put it on the desktop
2.2 Initialization
cd c:\user\duab\desktop\code-x
npm install -g vue-cli //Global Installation vue-c ...
Posted by skehoe on Mon, 13 Jul 2020 08:03:31 -0700
Method for requesting multiple files or data that are not interdependent at the same time by $.ajax
Believe you are facing a failureWhen requirejs, seajs, webpack, and other projects follow the commonjs specification, you want to use jQuery's ajax to request multiple files that are not interdependent (for example, JSON files for some map data):country.json, country-i18n.json,provinces.json, provinces-i18n.json, etc.) or data (consisting o ...
Posted by steveDD on Wed, 08 Jul 2020 09:33:20 -0700
week11_day02_Vue project 2
1.2 re create project: from which step
Vue init webpack project name
1.3 copy item: do not copy directly
Copy except nodes_ Modules, files other than
After copying, cnpm install
1.4 different contents
No problem,
npm run dev can be started
1.5 press Ctrl + c to close after startup
You can't access it ht ...
Posted by galvin on Tue, 16 Jun 2020 23:57:45 -0700
First Identity Vue_Server-side rendering of SSR base
Resources
https://ssr.vuejs.org
Current Development Version
"vue": "^2.6.11",
"vue-router": "^3.3.4",
"vue-server-renderer": "^2.6.11",
"vuex": "^3.4.0"
concept
Server-side rendering: Render the vue instance as an HTML string directly back, activate as an interactive program on the front, old-fashioned; SSH can only return HTML ...
Posted by LikPan on Tue, 16 Jun 2020 09:21:51 -0700
Wechat applet socket.io Instant messaging development (based on E-chat SDK)
1. Background:
Because wechat applets need to be developed in light weight, cross platform and short development time, many companies regard applets as the first APP for business presentation. The communication part of E-chat client core SDK has been adapted to wechat applet platform. Let's share the ideas and methods in the adaptation process. ...
Posted by gskaruz on Sat, 13 Jun 2020 23:47:43 -0700
JS design mode (to be sorted out)
Interview and knocking, advanced stepping stone, design with mode, code more reasonable
Explanation and application of Javascript Design Pattern System (exercise code)
Chapter 2 object oriented
2-1 build development environment
2-2 what is object-oriented
2-3 object oriented inheritance
2-4 object oriented encapsulation
2-5 obje ...
Posted by dandaman2007 on Tue, 09 Jun 2020 23:30:28 -0700
Source Code Interpretation of vue-element-admin--Project Startup Process
vue-element-admin Is an excellent front-end framework, using the latest front-end technology, built-in (Vue-i18) Internationalized Solutions, Dynamic Routing (Vue Route) , State Management (Vuex) The scheme such as these makes the whole frame structure very clear.What's more, the framework also has Type ...
Posted by fekaduw on Tue, 09 Jun 2020 10:00:47 -0700
Using Vuecli (Vue scaffolding) to quickly create Vue projects
1, What is Vue cli
vue cli is an official scaffold for building single page applications
At present, Vuecli feels like a new project tool integrated in Idea, through which I can quickly create a project file with some basic functions. The description of scaffold is very similar. But this thing is used on the command line.
2, Install Vu ...
Posted by devang23 on Mon, 08 Jun 2020 22:02:13 -0700
vue image upload
@Official documents @Reference blog1,@Reference blog 2
Final effect:
realization:
After the introduction of iView, an error is found, and the error information can be referred to @Reference blog 1, according to the blog Guide
cnpm uninstall vue-cli -g
cnpm install -g @vue/clivue init webpack yanancnpm install vue
Then i ...
Posted by corruption on Sat, 23 May 2020 07:10:01 -0700