Comparing version 0.2.0 to 1.0.0
@@ -11,2 +11,3 @@ import 'es6-promise/auto'; | ||
import Popup from '../views/popup'; | ||
import Scroller from '../views/scroller'; | ||
@@ -16,31 +17,44 @@ Vue.use(Router); | ||
export default new Router({ | ||
routes: [{ | ||
path: '/', | ||
name: 'index', | ||
component: Index | ||
}, { | ||
path: '/alert', | ||
name: 'alert', | ||
component: Alert | ||
}, { | ||
path: '/confirm', | ||
name: 'confirm', | ||
component: Confirm | ||
}, { | ||
path: '/loading', | ||
name: 'loading', | ||
component: Loading | ||
}, { | ||
path: '/toast', | ||
name: 'toast', | ||
component: Toast | ||
}, { | ||
path: '/tab', | ||
name: 'tab', | ||
component: Tab | ||
}, { | ||
path: '/popup', | ||
name: 'popup', | ||
component: Popup | ||
}] | ||
routes: [ | ||
{ | ||
path: '/', | ||
name: 'index', | ||
component: Index | ||
}, | ||
{ | ||
path: '/alert', | ||
name: 'alert', | ||
component: Alert | ||
}, | ||
{ | ||
path: '/confirm', | ||
name: 'confirm', | ||
component: Confirm | ||
}, | ||
{ | ||
path: '/loading', | ||
name: 'loading', | ||
component: Loading | ||
}, | ||
{ | ||
path: '/toast', | ||
name: 'toast', | ||
component: Toast | ||
}, | ||
{ | ||
path: '/tab', | ||
name: 'tab', | ||
component: Tab | ||
}, | ||
{ | ||
path: '/popup', | ||
name: 'popup', | ||
component: Popup | ||
}, | ||
{ | ||
path: '/scroller', | ||
name: 'scroller', | ||
component: Scroller | ||
} | ||
] | ||
}); |
{ | ||
"name": "@58fe/v5", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"main": "src/index.js", | ||
@@ -8,2 +8,5 @@ "description": "vue components", | ||
"scripts": { | ||
"commitmsg": "validate-commit-msg", | ||
"commit": "git-cz ", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"dev": "node build/dev-server.js", | ||
@@ -34,2 +37,3 @@ "start": "node build/dev-server.js", | ||
"chromedriver": "^2.27.2", | ||
"commitizen": "^2.9.6", | ||
"connect-history-api-fallback": "^1.3.0", | ||
@@ -41,2 +45,3 @@ "copy-webpack-plugin": "^4.0.1", | ||
"cssnano": "^3.10.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^3.19.0", | ||
@@ -56,2 +61,3 @@ "eslint-config-58fe": "^1.0.0", | ||
"http-proxy-middleware": "^0.17.3", | ||
"husky": "^0.14.3", | ||
"inject-loader": "^3.0.0", | ||
@@ -82,2 +88,3 @@ "karma": "^1.4.1", | ||
"url-loader": "^0.5.8", | ||
"validate-commit-msg": "^2.14.0", | ||
"vue-loader": "^13.0.4", | ||
@@ -96,2 +103,7 @@ "vue-style-loader": "^3.0.1", | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"browserslist": [ | ||
@@ -98,0 +110,0 @@ "> 1%", |
@@ -8,11 +8,4 @@ import Alert from './components/alert'; | ||
import Popup from './components/popup'; | ||
import Scroller from './components/scroller'; | ||
export { | ||
Alert, | ||
Confirm, | ||
Loading, | ||
Toast, | ||
Tab, | ||
TabItem, | ||
Popup | ||
}; | ||
export { Alert, Confirm, Loading, Toast, Tab, TabItem, Popup, Scroller }; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
117590
76
2299
1
69