Aaron Young
Aaron Young
[Administrative-divisions-of-China-2.0.0.zip](https://github.com/youngjuning/issue-blog/files/2130650/Administrative-divisions-of-China-2.0.0.zip)
https://github.com/youngjuning/antd-mobile-area-data
https://blog.csdn.net/sbsujjbcy/article/details/50017029
- [[转] 学习React Native必看的几个开源项目](https://www.cnblogs.com/qiangxia/p/5584622.html) - [分享 50 个完整的 React Native 项目](https://github.com/MarnoDev/react-native-open-project/blob/master/category/00_FullApp.md)
# tomcat安装及环境变量配置 ## 一、环境搭建 ### 1.1、环境变量配置 (右键)计算机——(单击)属性——(单击)高级系统设置——(单击)环境变量 or(单击)控制面板——(单击)系统 ### 1.2、配置java环境 - 变量 :JAVA_HOME值:E:/java/jdk… - 变量:path值:%JAVA_HOME%/bin;%JAVA_HOME%/jre/bin; - 变量:classpath值:.;%JAVA_HOME%/lib/dt.jar;%JAVA_HOME%/lib/tools.jar ### 1.3配置tomcat环境变量 变量1:CATALINA_HOME 值:E:\tomcat-9.0.0.M1 变量2:path 值:%CATALINA_HOME%\lib;%CATALINA_HOME%\bin; ## 二、关于非安装版Tomcat ### 1、下载服务 ```xml //进入CMD命令行并进入Tomcat的bin目录。然后输入 service...
## PC端 UI框架 1. element [](https://github.com/ElemeFE/element): 网站快速成型工具 2. iview [](https://github.com/iview/iview): 一套基于 Vue.js 的高质量 UI 组件库 3. veui [](https://github.com/ecomfe/veui):百度前端团队出品的 Vuejs 企业级UI框架 4. vueComponent/ant-design [](https://github.com/vueComponent/ant-design):An enterprise-class UI components...
## 后台框架 1. vue-admin [](https://github.com/taylorchen709/vue-admin): admin template based on vuejs2 and element. 2. vue-element-admin [](https://github.com/PanJiaChen/vue-element-admin): 一个后台集成解决方案,它基于 Vue.js 和 element。 3. iview-admin [](https://github.com/iview/iview-admin): iView admin是基于Vue.js,搭配使用iView UI组件库形成的一套后台集成解决方案,由TalkingData前端可视化团队部分成员开发维护。
## Material Design 1. muse-ui[](https://github.com/museui/muse-ui): 三端样式一致的响应式 UI 库 2. vue-material[](https://github.com/marcosmoura/vue-material): 通过Vue Material和Vue 2建立精美的app应用 3. quasar[](https://github.com/quasarframework/quasar): Build responsive websites, [PWAs](https://www.sohu.com/a/125934042_421548), hybrid mobile Apps (that look native!) and Electron...
## PDF - FranckFreiburger/vue-pdf [](https://github.com/FranckFreiburger/vue-pdf):vue.js pdf viewer
## 混合开发 1. nativescript-vue/nativescript-vue [](https://github.com/nativescript-vue/nativescript-vue):Native mobile applications with NativeScript and Vue 2. GeekyAnts/vue-native-core [](https://github.com/GeekyAnts/vue-native-core):Vue Native is a framework to build cross platform native mobile apps using JavaScript 3....