|
il y a 6 ans | |
---|---|---|
demo | il y a 6 ans | |
dist | il y a 6 ans | |
docs | il y a 6 ans | |
public | il y a 6 ans | |
scripts | il y a 6 ans | |
src | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.npmignore | il y a 6 ans | |
.travis.yml | il y a 6 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 6 ans | |
babel.config.js | il y a 6 ans | |
package.json | il y a 6 ans | |
vue.config.js | il y a 6 ans | |
yarn.lock | il y a 6 ans |
Vue Router Tab 是基于 Vue Router
的路由页签组件,用来实现多页签页面的管理。
npm i vue-router-tab -S
yarn add vue-router-tab
https://bhuh12.github.io/vue-router-tab/
安装: https://bhuh12.github.io/vue-router-tab/guide/installation.html
入门: https://bhuh12.github.io/vue-router-tab/guide/essentials/
https://bhuh12.github.io/vue-router-tab/demo/
https://github.com/bhuh12/vue-router-tab/releases
任务 | 命令 | 备注 |
---|---|---|
插件:构建 | npm run lib:build |
|
插件:构建并生成报告 | npm run lib:build:report |
|
插件:发布 | npm run lib:publish |
操作前:更改 package.json 中的 version 为新的版本号 |
Demo:开发 | npm run demo:dev |
|
Demo:构建 | npm run demo:build |
|
文档:开发 | npm run docs:dev |
|
文档:构建 | npm run docs:build |
|
代码风格:检查 | npm run lint |
|
代码风格:检查并修复 | npm run lint:fix |
|
代码:提交 | npm run commit |
Copyright (c) 2019-present, 碧海幽虹