01-json-server实现增删改查 参考: json-server 库:https://www.npmjs.com/package/json-server json-server 源码:https://github.com/typicode/json-server json-server 文档:https://rtool.cn/jsonserver/docs/introduction json-server -w db.jso 2022-05-22 04_大前端 > 08_JsonServer #json-server
13-ElementUI&ElementPlus 参考资料: 集合来自社区贡献的数以千计的插件和库:https://github.com/vuejs/awesome-vue#components--libraries element ui 或 element plus 主要用于管理后台系统。 1. elementUI-vue2elementUI,饿了么UED团队退出的 vue 前端框架,主要用于PC端(偏后台系统)。 官网:https: 2022-05-22 04_大前端 > 04_Vue #Vue #elementUI #elementPlus
15-Vue3.0迁移 参考资料: 官网:https://cn.vuejs.org/ vue2 官方教程:https://v2.cn.vuejs.org/v2/guide/ vue3 官方教程:https://cn.vuejs.org/guide/introduction.html 说明:Vue 2.0 在 2023 年 12 月 31 日停止更新。 vue2 迁移到 vue3: https://developer. 2022-05-22 04_大前端 > 04_Vue #Vue #vue3
14-Vant 1. vant - 移动端vant,有赞技术团队推出的 vue 前端框架,主要用于移动端。 官网:https://vant-ui.github.io/vant/#/zh-CN 源码:https://github.com/youzan/vant 1.1 安装现有项目中使用,通过如下命令安装。 12345# Vue 3 项目,安装最新版 Vant:npm i vant# Vue 2 项目,安装 Va 2022-05-22 04_大前端 > 04_Vue #Vue #vant #移动端
99-vue工具库&组件库&应用框架 参考资料: vue 生态开源的组件和库集合:https://github.com/vuejs/awesome-vue?tab=readme-ov-file#components--libraries vue3+TS 高颜值组件库(移动端):https://wot-ui.cn/ 1. 工具库1.0 lodash - 工具库Lodash 是一个一致性、模块化、高性能的 JavaScript 实用 2022-05-22 04_大前端 > 04_Vue #Vue #工具库 #组件库
01-wechat微信小程序基础 参考: 微信小程序官网:https://mp.weixin.qq.com/cgi-bin/wx 微信小程序开发文档:https://developers.weixin.qq.com/doc/ 1. 环境准备1.1 运行环境 运行环境 逻辑层 渲染层 iOS JavaScriptCore WKWebView 安卓 V8 chromium定制内核 小程序开发者工具 NWJS C 2022-05-22 04_大前端 > 10_小程序 #wechat #微信小程序
10-vuex公共状态管理 参考资料: 官网:https://cn.vuejs.org/ vue2 官方教程:https://v2.cn.vuejs.org/v2/guide/ vue3 官方教程:https://cn.vuejs.org/guide/introduction.html 说明:Vue 2.0 在 2023 年 12 月 31 日停止更新。 vuex 官网:vuex3,vuex4 vuex 持久化:http 2022-05-22 04_大前端 > 04_Vue #Vue #vuex
02-wechat微信小程序项目搭建 参考: 微信小程序官网:https://mp.weixin.qq.com/cgi-bin/wx 微信小程序开发文档:https://developers.weixin.qq.com/doc/ 案例源码:https://github.com/janycode/wx-wechat-mall-applet-demo .gitignore: https://github.com/janycode/wx 2022-05-22 04_大前端 > 10_小程序 #wechat #微信小程序
01-Node.js基础 参考: Node.js 官网:https://nodejs.org/zh-cn Node.js 下载地址:https://nodejs.cn/download/ Node.js 官方文档:http://nodejs.cn/learn/how-much-javascript-do-you-need-to-know-to-use-nodejs Node.js 历史版本:https://regist 2022-05-22 04_大前端 > 06_Node.js #Vue #Node #Node.js
02-Node.js路由 参考: Node.js 官网:https://nodejs.org/zh-cn Node.js 下载地址:https://nodejs.cn/download/ Node.js 官方文档:http://nodejs.cn/learn/how-much-javascript-do-you-need-to-know-to-use-nodejs Node.js 历史版本:https://regist 2022-05-22 04_大前端 > 06_Node.js #Vue #路由 #Node #Node.js