forked from x/icebergs
add some
This commit is contained in:
parent
bd4b8e29c8
commit
f0e799c970
5
misc/node/element.shy
Normal file
5
misc/node/element.shy
Normal file
@ -0,0 +1,5 @@
|
||||
section "element"
|
||||
refer `
|
||||
https://element.eleme.cn/2.0/#/zh-CN/component/installation
|
||||
`
|
||||
|
@ -17,7 +17,7 @@ type node struct {
|
||||
regexp string `data:"js"`
|
||||
darwin string `data:"https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-darwin-x64.tar.gz"`
|
||||
linux string `data:"https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-linux-x64.tar.xz"`
|
||||
list string `name:"list path auto listScript xterm order install" help:"node"`
|
||||
list string `name:"list path auto listScript xterm order install" help:"运行时"`
|
||||
}
|
||||
|
||||
func (s node) Init(m *ice.Message) {
|
||||
|
@ -3,7 +3,7 @@ section "node"
|
||||
refer `
|
||||
官网 https://nodejs.org/
|
||||
源码 https://github.com/nodejs/node
|
||||
文档 https://nodejs.org/docs/latest-v6.x/api/
|
||||
文档 https://nodejs.org/dist/latest-v18.x/docs/api/
|
||||
`
|
||||
|
||||
field web.code.node.node
|
||||
@ -21,9 +21,12 @@ http://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-x64.msi
|
||||
shell `
|
||||
./bin/node
|
||||
`
|
||||
field web.code.xterm args "node" auto delay height 240
|
||||
|
||||
source npm.shy
|
||||
source vue.shy
|
||||
source grpc.shy
|
||||
source admin.shy
|
||||
source router.shy
|
||||
source element.shy
|
||||
source vscode.shy
|
||||
source admin.shy
|
||||
|
@ -10,7 +10,7 @@ const NPM = "npm"
|
||||
|
||||
type npm struct {
|
||||
ice.Code
|
||||
list string `name:"list path auto" help:"npm"`
|
||||
list string `name:"list path auto" help:"依赖库"`
|
||||
}
|
||||
|
||||
func (s npm) Init(m *ice.Message) {
|
||||
|
4
misc/node/router.shy
Normal file
4
misc/node/router.shy
Normal file
@ -0,0 +1,4 @@
|
||||
section "router"
|
||||
refer `
|
||||
https://router.vuejs.org/zh/guide/essentials/nested-routes.html
|
||||
`
|
@ -7,7 +7,7 @@ import (
|
||||
|
||||
type vue struct {
|
||||
ice.Code
|
||||
list string `name:"list path auto" help:"vue"`
|
||||
list string `name:"list path auto" help:"框架"`
|
||||
}
|
||||
|
||||
func (s vue) List(m *ice.Message) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user