UNPKG

skeleton-ui

Version:

skeleton project of vue at the core of JavaScript function

24 lines (23 loc) 395 B
module.exports = { title: 'Skeleton', description: '基于 Vue2.x 实现的 UI 框架', markdown: { lineNumbers: true, }, themeConfig: { nav: [ { text: 'Skeleton', link: '/', }, { text: '组件', link: '/components/', }, { text: 'Q&A', link: '/issue', }, ], }, };