openharmony_ci 92063e1b1f !156 fix npm bug
Merge pull request !156 from lushi1202/OpenHarmony-3.0-LTS
2022-02-26 09:17:08 +00:00
2022-02-26 16:02:39 +08:00
2021-09-29 13:29:59 +08:00
2022-01-12 16:30:54 +08:00
2021-08-28 16:45:47 +08:00
2021-10-14 17:10:59 +08:00
2021-10-14 17:10:59 +08:00

developtools_ace-js2bundle

Introduction

Provides syntax compilation conversion, syntax validation, rich and friendly syntax error tips.

Install Dependencies under the ace-loader dir.

npm install

Build built-in sample for Rich devices under the ace-loader dir.

npm run rich

Build built-in sample for Lite devices under the ace-loader dir.

npm run lite

How to build custom ace project

Windows: Step 1. set aceModuleRoot=path/to/your/ace/project Step 2. set aceModuleBuild=path/to/your/jsbundle/build Step 3. node ./node_modules/webpack/bin/webpack.js --config webpack.rich.config.js

Linux: Step 1. export aceModuleRoot=path/to/your/ace/project Step 2. export aceModuleBuild=path/to/your/jsbundle/build Step 3. node ./node_modules/webpack/bin/webpack.js --config webpack.rich.config.js

S
Description
路径修改,原仓申请关闭
Readme 1.5 MiB
Languages
JavaScript 96.5%
CSS 2.7%
Python 0.7%
Less 0.1%