@codelic/console
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -8,25 +8,20 @@ | ||
{ | ||
title: "CButton", | ||
path: "c-button", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/0-c-button.vue") | ||
}, | ||
{ | ||
title: "CCalendar", | ||
path: "c-calendar", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/1-c-calendar.vue") | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/0-c-calendar.vue") | ||
}, | ||
{ | ||
title: "CCard", | ||
path: "c-card", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/2-c-card.vue") | ||
}, | ||
{ | ||
title: "CButtonIcon", | ||
path: "c-button-icon", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/3-c-button-icon.vue") | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/1-c-button-icon.vue") | ||
}, | ||
{ | ||
title: "CButton", | ||
path: "c-button", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/2-c-button.vue") | ||
}, | ||
{ | ||
title: "CCardHeader", | ||
path: "c-card-header", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/4-c-card-header.vue") | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/3-c-card-header.vue") | ||
}, | ||
@@ -36,3 +31,3 @@ { | ||
path: "c-dropdown", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/5-c-dropdown.vue") | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/4-c-dropdown.vue") | ||
}, | ||
@@ -42,3 +37,3 @@ { | ||
path: "c-checkbox", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/6-c-checkbox.vue") | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/5-c-checkbox.vue") | ||
}, | ||
@@ -48,5 +43,10 @@ { | ||
path: "c-global-nav", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/7-c-global-nav.vue") | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/6-c-global-nav.vue") | ||
}, | ||
{ | ||
title: "CCard", | ||
path: "c-card", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/7-c-card.vue") | ||
}, | ||
{ | ||
title: "CHeader", | ||
@@ -62,12 +62,12 @@ path: "c-header", | ||
{ | ||
title: "CLogoPop", | ||
path: "c-logo-pop", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/10-c-logo-pop.vue") | ||
}, | ||
{ | ||
title: "CPager", | ||
path: "c-pager", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/10-c-pager.vue") | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/11-c-pager.vue") | ||
}, | ||
{ | ||
title: "CLogoPop", | ||
path: "c-logo-pop", | ||
component: () => import("/Users/tetsuoohtaguchi/ghq/github.com/CodeLic/console/.cache/viteplay/11-c-logo-pop.vue") | ||
}, | ||
{ | ||
title: "CRadio", | ||
@@ -74,0 +74,0 @@ path: "c-radio", |
{ | ||
"name": "@codelic/console", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"type": "module", | ||
@@ -31,4 +31,4 @@ "author": "CodeLic", | ||
"@vitejs/plugin-vue": "^2.1.0", | ||
"@viteplay/plugin": "^0.0.5", | ||
"@viteplay/vue": "^0.0.5", | ||
"@viteplay/plugin": "^0.0.11", | ||
"@viteplay/vue": "^0.0.11", | ||
"eslint": "^8.7.0", | ||
@@ -35,0 +35,0 @@ "eslint-config-prettier": "^8.3.0", |
# Console について | ||
## VSCodeのプラグインについて | ||
## VSCode のプラグインについて | ||
@@ -47,1 +47,11 @@ これらのプラグインをインストールしてください: | ||
``` | ||
### Git hints | ||
Github で消されているブランチをローカルから自動的に削除するコマンド。 | ||
``` | ||
git checkout dev | ||
git fetch origin --prune | ||
git branch --v | grep "\[gone\]" | awk '{print $1}' | xargs git branch -D | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
771345
57