From f8b866c7da24223656e615871cf645d68d14af5e Mon Sep 17 00:00:00 2001 From: Aresn Date: Mon, 16 Jan 2023 17:02:09 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 46e455f57..3ad172aa8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ ViewUI **[4.x](https://www.iviewui.com)** | [3.x](http://v3.iviewui.com) | [2.x](http://v2.iviewui.com) | [1.x](http://v1.iviewui.com) +## Start On Cloud IDE + +[https://idegithub.com/view-design/ViewUI](https://idegithub.com/view-design/ViewUI) + ## Features - Dozens of useful and beautiful components. From 5619a557d035748d554fe4fbff6f66b0f1bf75b3 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 1 Aug 2023 15:52:52 +0800 Subject: [PATCH 2/2] Tue Aug 1 15:52:52 CST 2023 inscode --- .inscode | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .inscode diff --git a/.inscode b/.inscode new file mode 100644 index 000000000..ecc8bdde9 --- /dev/null +++ b/.inscode @@ -0,0 +1,6 @@ +run = "npm i && npm run dev" + +[env] +PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" +XDG_CONFIG_HOME = "/root/.config" +npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" \ No newline at end of file