Open jhoneybee opened 5 years ago
emmm..
因为我的win系统是ltsb版本 , 没有window store , 装好之后 系统太低 又不让装子系统 ..
所以无奈之下只能去看下 pri 的运行逻辑了 ..
SO :
step 1:
Comment out this line :
step 2:
npm run docs
step 3: Repair path parameters ( Beacuse the generated file path is error.)
const DocsWrapper = require('D:\\CodePro\\JS\\gaea-editor\\node_modules\\pri\\built\\built-in-plugins\\command-docs\\plugin\\docs-wrapper')
.default;
import * as Doc0 from '..\\docs\\basic';
const Doc0Text = require('-!raw-loader!..\\docs\\basic');
emmm.. 因为我的win系统是ltsb版本 , 没有window store , 装好之后 系统太低 又不让装子系统 .. 所以无奈之下只能去看下 pri 的运行逻辑了 .. SO :
在window下 提供一种更快捷的办法 :
(The second method) :
step 1: Comment out this line :
step 2:
npm run docs
step 3: Repair path parameters ( Beacuse the generated file path is error.)
const DocsWrapper = require('D:\\CodePro\\JS\\gaea-editor\\node_modules\\pri\\built\\built-in-plugins\\command-docs\\plugin\\docs-wrapper') .default; import * as Doc0 from '..\\docs\\basic'; const Doc0Text = require('-!raw-loader!..\\docs\\basic');
神奇,能不能转成其它的,用这样偏门的,很头疼啊。
环境要求
开启Window中的liunx子系统功能
安装环境
git 安装命令
nodejs 安装
下载源码&运行