"node+koa2+uniApp+mysql project construction to deployment" [nanny level step 2]

Chapter 2: Building a project framework through uni-app+vue


Contents:
1. Install local, server environment (node, npm, git)
2. Build project framework through uni-app+vue 3. Build framework for
node+koa2 backend service 4.
Mysql installation and configuration, fast write to database (MySQL Workbench 8.0 CE) 5.
Aliyun server (full set of nanny level) configuration
6. Nginx configuration proxy (elegantly solve various proxy problems [recommended])
7. IIS configuration and mount (cannot start after port is occupied, Simpler [not recommended]) 8. How to publish projects
to applets, h5, android packaging
9. Upload code to gitee for management


The second chapter mainly talks about how to build the uni-app framework

1. Choose UI framework or native development, in order to build quickly, here is a project based on the UI component library of uni-app; 2. Configure the
pages project directory, common file, the framework is clear, and the development is smooth;
3. Configure the code style and process it according to the front- end specification
; 4. Configure pages.json processing ;



1. Choose UI framework or native development, in order to build quickly, here is a project based on uni-app's UI component library;

First, we open HBuilder and follow my steps to build the projectxcx_project

おすすめ

転載: blog.csdn.net/weixin_44873831/article/details/129562271