0.22.0 • Published 1 year ago

gitee-webide v0.22.0

Weekly downloads
54
License
-
Repository
-
Last release
1 year ago

webide

码云 webide 项目。

安装

npm install gitee-webide --save

开发

如果需要自定义域名和 API 请求地址,可修改 config/index.js 中的配置。

使用

若要将 webide 集成到你的项目中,请修改你项目的 webpack 的插件配置:

+ const webideConfig = require('gitee-webide')

  ...
  {
    ...
    plugins: [
      new StatsPlugin(
        'manifest.json',
        {
          chunkModules: false,
          source: false,
          chunks: false,
          modules: false,
          assets: true,
          otherPath: [
+           webideConfig.manifestPath
          ]
        }
      ),
      new CopyWebpackPlugin([
+       {
+         from: webideConfig.assetsPath,
+         to: path.resolve(outputPath, 'webide'),
+         ignore: ['.*']
+       },,
+        {
+          from: '*.worker.js',
+          to: 'webide/',
+          context: outputPath
+        }
        ...
      ])
      ...
    ]
  }
  ...

开发

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

发布

# 创建 beta 版的发行版
npm run release-beta

# 创建正式发行版
npm run release

# 发布测试版到 npm 服务器上
npm publish --tag=beta

# 发布正式版到 npm 服务器上
npm publish
0.22.0

1 year ago

0.19.2-ru.0

1 year ago

0.20.0

2 years ago

0.19.2-ru

1 year ago

0.21.0

1 year ago

0.19.0

2 years ago

0.19.1

2 years ago

0.19.2

2 years ago

0.19.3-pr

2 years ago

0.19.2-pr1

2 years ago

0.19.0-pr.2

2 years ago

0.19.0-pr.1

2 years ago

0.16.0-pr5

2 years ago

0.16.0-pr4

2 years ago

0.16.0-pr3

2 years ago

0.16.0-pr2

2 years ago

0.16.0-pr1

2 years ago

0.18.1

2 years ago

0.18.2

2 years ago

0.14.7

2 years ago

0.16.0-beta.1

2 years ago

0.15.0

2 years ago

0.16.0

2 years ago

0.15.1

2 years ago

0.17.0

2 years ago

0.16.1

2 years ago

0.16.2

2 years ago

0.18.0

2 years ago

0.17.1

2 years ago

0.18.0-pr.1

2 years ago

0.18.0-pr.2

2 years ago

0.16.0-beta

2 years ago

0.14.5

2 years ago

0.14.6

2 years ago

0.14.4

2 years ago

0.14.3

3 years ago

0.14.1

3 years ago

0.14.2

3 years ago

0.14.0

3 years ago

0.13.7

3 years ago

0.13.6

4 years ago

0.13.5

4 years ago

0.13.4

4 years ago

0.13.3

4 years ago

0.13.2

4 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.13.0-pr23.6

4 years ago

0.13.0-pr23.5

4 years ago

0.13.0-pr23.4

4 years ago

0.13.0-pr23.2

4 years ago

0.13.0-pr23.1

4 years ago

0.12.0

4 years ago

0.12.0-beta

4 years ago

0.11.0

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago