• Stars
    star
    380
  • Rank 112,360 (Top 3 %)
  • Language
    JavaScript
  • License
    BSD 3-Clause "New...
  • Created about 8 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebIDE 前端项目

Coding WebIDE Frontend

License Build Status Docker Stars Docker Pulls

This repo contains frontend code of the Coding WebIDE Community Edition. Please refer to the WebIDE repo for instruction on running the whole project.


WebIDE is now upgraded to Cloud Studio,welcome to our new homepage https://studio.coding.net/


Requirement

The repo is written in ES2015, to avoid complications once and for all, please make sure your environment have the right version of node. We use:

  • node v6.x
  • yarn

We strongly recommend yarn as your package manager, it will certainly save you from lots of npm induced headache ;-) If you don't have yarn installed yet, install it globally by running.

npm install yarn -g

To learn more about yarn, check out their official site.

By design a "WebIDE" is supposed to run on a server and accessed by web, thus a unix-like environment is strongly recommended. Support for Windows platform will come eventually, but presumably it'll always be lagging behind.

Development

To start development on this repo, first set task.yaml: cp from task.yaml.tpl

Set .env

run:

yarn
npm -g i pm2
yarn pm2

If you insist that you don't want yarn, well, you can still run:

npm install
npm -g i pm2
npm run pm2

If ever encountered any problem, double check to ensure your node version is at v6.x with node -v, and re-run yarn(npm install) to update dependencies before you report any issue.

Configuration

By default the backend host that this frontend connects to is http://localhost:8080, this can be changed in app/config.js. webpack-dev-server by default serves on port 8060, which is specified in package.json scripts section.

More Repositories

1

Coding-iOS

CODING iOS 客户端源代码
Objective-C
3,802
star
2

WebIDE

Coding WebIDE Community Edition
Shell
1,709
star
3

Coding-iPad

CODING iPad 客户端源代码
Objective-C
298
star
4

Coding-Android

Coding Android 客户端源代码
HTML
264
star
5

WebIDE-Backend

WebIDE 后端项目
Java
229
star
6

coding-download-center

CODING 公共制品库
Shell
53
star
7

WebIDE-Frontend-Webjars

webjar 项目,用于将 WebIDE 前端打包成 webjar
40
star
8

emoji-java

emoji-java
Java
35
star
9

coding.github.io

🌏最👍的云端开发平台 > https://coding.github.io
HTML
33
star
10

m.coding.net

https://m.coding.net 源代码
JavaScript
21
star
11

awesome-blogs

最佳 Coding Pages 博客合集
16
star
12

Comments

(Migrated) A comment system based on Coding.net
JavaScript
13
star
13

Coding-Plugin-for-JetBrains

Coding-Plugin-for-JetBrains
Java
11
star
14

Coding-Emoji

Coding 洋葱猴表情 😄 欢迎大家提交自己的个性洋葱猴表情 ^_^
HTML
7
star
15

ci-plugins

plugins for coding-ci
6
star
16

coding-cli

CODING 命令行工具,提供事项导入导出等功能
PHP
4
star
17

helm-push

用于推送 Chart 包到 Coding 制品库的 Helm 插件。
Shell
4
star
18

Webhook.v2.Demo

JavaScript
4
star
19

coding-generic

用于推送 generic 类型的制品到制品库
JavaScript
4
star
20

url2pic

A web service for fetching url and converting into image using headless Chromium.
JavaScript
3
star
21

Coding-Plus

为 Coding.net 添加更多酷炫的特性的 Chrome 插件!
CSS
3
star
22

coding-sketch-toolkit

A series of sketch scripts for CODING designers
JavaScript
2
star
23

WebIDE-CI

Java
2
star
24

coding-activeness-graph-widget

Coding 活跃图挂件
JavaScript
2
star
25

coding-sdk-php

CODING.net SDK for PHP
PHP
1
star
26

coding-design-token-vscode-snippets

1
star
27

cloudstudio-extension

The cloudstudio.d.ts node module
1
star
28

pages-builder-jekyll

Coding Pages Builder for Jekyll
Shell
1
star
29

WebIDE-Plugin-Env

ENV for Coding/WebIDE
JavaScript
1
star
30

coding-images

扣钉 Docker images,用于持续集成
Dockerfile
1
star