8000 fix: better project type logo · sarvex/vue-cli@2276aed · GitHub
[go: up one dir, main page]

Skip to content

Commit 2276aed

Browse files
author
Guillaume Chau
committed
fix: better project type logo
1 parent a9d1c94 commit 2276aed

File tree

< 8000 h2 class="mx-2 f4 prc-Heading-Heading-6CmGO">2 files changed
+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@vue/cli-guijs-plugin/lib/project-type.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = api => {
22
api.addProjectType('vue', config => {
3+
config.logo = '/_plugin/@vue%2Fcli-guijs-plugin/vue-project.png'
4+
35
// Detect Vue CLI project
46
config.filterProject(({ pkg }) => ({ ...pkg.dependencies, ...pkg.devDependencies })['@vue/cli-service'])
57
})
Loading

0 commit comments

Comments
 (0)
0