Uniapp basic teaching (0): Uniapp introduction and environment installation

Column URL

uniapp basic teaching

uniapp introduction

uniapp is a framework for developing all front-end applications using Vue.js. Developers write a set of codes that can be published to iOS, Android, Web (responsive), and various small programs (WeChat/Alipay/Baidu/Toutiao/Flying Books) /QQ/Kuaishou/DingTalk/Taobao), Quick App and other platforms.

Since uniapp is developed with Vue, for beginners, learn a Vue framework = the ability of multi-segment development of webpage + mobile terminal.

For programmers, learning a Vue can quickly develop multi-terminal programs. For small companies, as long as they recruit a front-end, they can develop a mobile terminal. uniapp is suitable for rapid development of small projects. Unless it is a particularly large project that requires extremely high performance on Android, uniapp is generally used

uniapp resources

Installation and environment configuration of node.js and npm (2021 latest version)

uniapp official website
uView official website
uChat official website

uniapp teaching sequence

  • Environment configuration and installation
  • Generate a simple uniapp project
  • Basic introduction to html, css, js
  • uniapp official components use
  • uniapp custom template file
  • ES6 Knowledge Point Supplement
  • uniapp global variable + code encapsulation idea
  • newsletter page
  • The uView component uses
  • uChart components use
  • sqlite database usage
  • uniapp programming summary

Guess you like

Origin blog.csdn.net/qq_44695769/article/details/131372122