This article will introduce to you how Atom perfectly supports WePY. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
Related recommendations: "atom tutorial"
WePY
? We all know that there are many inconveniences when developing small programs, such as:
The component support capability of small programs is too weak
The applet cannot use the npm
package and cannot use third-party components
setData and
setDataThe page will flash during the process
requestConcurrency limit
Simple Tutorial on Small Program Development.
To sum up, a frameworkWePY
is produced. For details, please see
WePY official document.
WePYThe officially recommended editors are
Atom to Everyone uses it and feels that the support for
WePY is higher than that of other editors.
Atom, you still need some necessary plug-ins. Here are the details for everyone Several practical plug-ins have been prepared (mainly adapted to
WePY).
,
css,
javascript,
java,
go, etc. Basically all common languages are supported. .
closing tag.
at the same time. If you add an HTML start syntax, it will automatically follow and write the end syntax. For example, type
to start, and there will automatically be
End syntax.
based on
Emmet syntax.
syntax, code highlighting
,
CSS,
SCSS,
JavaScript all have their own
Linter. Even frameworks have their own
Linter.
code, a must-have plug-in for
js developers.
. Never forgotten.
Atom can happily support
WePY, go and try it.
Introduction to Programming! !
The above is the detailed content of A brief discussion on how Atom supports WePY. For more information, please follow other related articles on the PHP Chinese website!