mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
Add task descriptions
This commit is contained in:
@@ -17,4 +17,16 @@ module.exports = api => {
|
||||
onRead,
|
||||
onWrite
|
||||
})
|
||||
|
||||
api.describeTask({
|
||||
match: /dev/,
|
||||
description: 'Run VuePress in dev mode',
|
||||
link: 'https://vuepress.vuejs.org/guide/getting-started.html#inside-an-existing-project'
|
||||
})
|
||||
|
||||
api.describeTask({
|
||||
match: /build/,
|
||||
description: 'Build static VuePress website',
|
||||
link: 'https://vuepress.vuejs.org/guide/getting-started.html#inside-an-existing-project'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user