git ssb

3+

dangerousbeans / scuttle-vue



Commit 24407748211492167d2e4dbb085864747d36783a

fixed css

Joran committed on 8/5/2018, 12:46:25 AM
Parent: 90a156eb7b8f630a4c402f39ca1b62d93c184788

Files changed

index.htmlchanged
package.jsonchanged
shrinkwrap.yamlchanged
src/main.jschanged
index.htmlView
@@ -3,10 +3,10 @@
33 <head>
44 <meta charset="utf-8">
55 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66 <title>ScuttleVue</title>
7- <!-- <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap@next/dist/css/bootstrap.min.css"/> -->
8- <!-- <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"/> -->
7 + <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css"/>
8 + <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"/>
99
1010 </head>
1111 <body>
1212 <div id="app"></div>
package.jsonView
@@ -17,9 +17,10 @@
1717 },
1818 "browserify": {
1919 "transform": [
2020 "babelify",
21- "vueify"
21 + "vueify",
22 + "browserify-css"
2223 ]
2324 },
2425 "browser": {
2526 "vue": "vue/dist/vue.common.js"
@@ -107,8 +108,9 @@
107108 "babel-preset-stage-2": "^6.0.0",
108109 "babel-runtime": "^6.0.0",
109110 "babelify": "^7.2.0",
110111 "browserify": "^13.1.0",
112 + "browserify-css": "^0.14.0",
111113 "browserify-hmr": "^0.3.6",
112114 "cross-env": "^2.0.0",
113115 "envify": "^3.4.1",
114116 "eslint-config-standard": "^10.2.1",
shrinkwrap.yamlView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 223551 bytes
New file size: 227785 bytes
src/main.jsView
@@ -16,8 +16,9 @@
1616 })
1717 import BootstrapVue from 'bootstrap-vue'
1818 Vue.use(BootstrapVue)
1919
20 +
2021 // Routing
2122 import router from './router'
2223
2324 router.beforeEach((to, from, next) => {

Built with git-ssb-web