search
HomeDevelopment ToolsatomA brief discussion on how Atom supports WePY

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.

A brief discussion on how Atom supports WePY

Related recommendations: "atom tutorial"

Why use 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

  • ##Frequently calls

    setData and setDataThe page will flash during the process

  • requestConcurrency limit

  • Creating a page requires management 4 Corresponding files, etc...

ps. If you don’t know how to develop small programs, you can first read the

Simple Tutorial on Small Program Development.

To sum up, a framework

WePY is produced. For details, please see WePY official document.

Development tools

WePYThe officially recommended editors are

    Sublime
  • WebStorm/PhpStorm
  • Atom
  • VS Code
  • VIM
After searching around, I still recommend

Atom to Everyone uses it and feels that the support for WePY is higher than that of other editors.


Atom plug-in

Since you have chosen

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).

    atom-beautify The code formatting tool can be set to automatically format when saving, not to mention how convenient it is. Supports
  • html, css, javascript, java, go, etc. Basically all common languages ​​are supported. .
  • atom-wrap-in-tag It is quite practical to automatically modify the corresponding
  • HTML closing tag.
  • autocomplete-paths Automatically complete file paths, this function must be used, completely avoiding bugs caused by incorrect path input.
  • autoclose-html Automatically enter the corresponding HTML closing tag, which is simple but practical.
  • docblockr Documentation comments, you know, a necessary plug-in for team collaboration specification comments.
  • double-tag It allows you to edit the start and end tags of
  • html 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.
  • emmet Able to generate
  • HTML based on Emmet syntax.
  • language-vue Make the editor support
  • Vue syntax, code highlighting
  • file-icons It's very simple. Add a beautiful little icon to different types of files, a must-have for beauty control developers.
  • linter It can automatically cover and check source code, generate warnings and errors, and help standardize programming, based on real-time code analysis.
  • HTML, CSS, SCSS, JavaScript all have their own Linter. Even frameworks have their own Linter.
  • linter-jshint Help you write professional
  • js code, a must-have plug-in for js developers.
  • minimap This plug-in needs no introduction. I have been using it since
  • sublime. Never forgotten.
  • activate-power-mode Needless to say, this plug-in is a cool code and a must-have for party members.
After installing these plug-ins, your

Atom can happily support WePY, go and try it.

For more programming-related knowledge, please visit:

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!

Statement
This article is reproduced at:掘金社区. If there is any infringement, please contact admin@php.cn delete
atom中 40+ 个常用插件推荐分享(附插件安装方法)atom中 40+ 个常用插件推荐分享(附插件安装方法)Dec 20, 2021 pm 04:14 PM

本篇文章给大家分享40+ 个atom常用插件,并附上在atom中安装插件的方法,希望对大家有所帮助!

英特尔推出 Amston Lake 系列凌动 Atom 处理器,面向边缘和网络市场英特尔推出 Amston Lake 系列凌动 Atom 处理器,面向边缘和网络市场Apr 09, 2024 pm 09:22 PM

本站4月9日消息,英特尔今日在嵌入式展(EmbeddedWorld)2024上发布了AmstonLake系列凌动Atom处理器。AmstonLake处理器基于Intel7制程,支持单通道内存,可视为AlderLake-N处理器的一种分支变体,包含面向边缘的凌动x7000RE系列和面向网络的x7000C系列。本站2023年报道过至多四核的ADL-N架构凌动x7000E处理器,而如今的x7000RE系列进一步扩展了规格:其最高可选8核的凌动x7835RE,该处理器和四核心的x7433RE均搭载32E

Atom基础插件推荐:实现同步、特效打字Atom基础插件推荐:实现同步、特效打字Sep 22, 2022 pm 02:16 PM

Atom怎么进行同步设置、特效打字?下面本篇文章就来给大家推荐几款实用小插件,看看它们有什么效果吧,希望对大家有所帮助!

ATOM是什么币?ATOM是什么币?Feb 22, 2024 am 09:30 AM

ATOM是什么币?ATOM是Cosmos网络的原生代币,它是一个旨在促进不同区块链之间连接和互操作的去中心化区块链平台。Cosmos项目的使命是构建一个名为“互联区块链”的网络,而ATOM代币则在这个网络中扮演着至关重要的角色。ATOM代币最初是通过2017年的ICO(首次代币发行)发行的。作为Cosmos区块链上基于Tendermint共识算法的代币,ATOM代币在Cosmos网络中被用作激励节点参与者并维护网络安全的奖励。Cosmos网络Cosmos网络是一个由多个相互连接的独立区块链构成的

PHP函数的Atom函数PHP函数的Atom函数May 19, 2023 am 09:10 AM

PHP函数的Atom函数Atom函数是PHP语言中常用的一个函数,它可以获取变量的原子值。在PHP中,变量是一个非常重要的概念,同时也是一个非常广泛使用的元素。值得注意的是,PHP变量除了可以表示数字、字符串等基础类型之外,还可以表示复合类型,比如数组和对象等。因此,在进行变量操作时,需要使用到Atom函数来获取变量的原子值。下面来介绍Atom函数的具体使用

如何在Atom中运行Python?如何在Atom中运行Python?Aug 20, 2023 pm 03:45 PM

希望将强大的文本编辑器的优势与Python编程的适应性结合起来的开发人员可以使用Atom作为他们的开发环境。Python可以在Atom中用于在一个位置编写、编辑和运行代码,加快开发过程。本文将为您介绍在Atom中快速设置Python的步骤。步骤1:安装Atom在开始在Atom中运行Python之前,您必须首先获得Atom文本编辑器。全球开发者都使用Atom,这是一个非常受欢迎的、开源的、免费的文本编辑器,由GitHub创建。Atom可以从其官方网站https://atom.io/轻松下载。第二步

Cosmos (ATOM) Pre-2025 Bull-Market Accumulation Zone & TechniqueCosmos (ATOM) Pre-2025 Bull-Market Accumulation Zone & TechniqueAug 17, 2024 pm 06:06 PM

Cosmos has an awesome chart because it's buying and selling very low in comparison with historic costs. This can be a very opportunistic time for long-term buyers

Cosmos (ATOM) Price Prediction 2024-2025: Is ATOM Dead?Cosmos (ATOM) Price Prediction 2024-2025: Is ATOM Dead?Sep 06, 2024 am 06:33 AM

The Cosmos ecosystem is showing signs of stress amid declining ATOM price – but is the picture really as bleak as it seems?

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version