Update vux to 0.1.1
and Fix components path.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
> Home Automation Tool
|
||||
|
||||
# Update packages with the last available.
|
||||
|
||||
npm-check-updates -u
|
||||
|
||||
## Build Setup
|
||||
|
||||
``` bash
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
"babel-runtime": "^6.0.0",
|
||||
"fastclick": "^1.0.6",
|
||||
"font-awesome": "^4.6.1",
|
||||
"vue": "^1.0.21",
|
||||
"vue-resource": "^0.7.0",
|
||||
"vue": "^1.0.26",
|
||||
"vue-resource": "^0.9.1",
|
||||
"vue-router": "^0.7.13",
|
||||
"vux": "0.0.116"
|
||||
"vux": "^0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.0.0",
|
||||
@@ -42,6 +42,7 @@
|
||||
"express": "^4.13.3",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"file-loader": "^0.8.4",
|
||||
"function-bind": "^1.0.2",
|
||||
"html-webpack-plugin": "^2.8.1",
|
||||
"http-proxy-middleware": "^0.12.0",
|
||||
"inject-loader": "^2.0.1",
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Tabbar from 'vux/components/tabbar'
|
||||
import TabbarItem from 'vux/components/tabbar-item'
|
||||
import Tabbar from 'vux/dist/components/tabbar'
|
||||
import TabbarItem from 'vux/dist/components/tabbar-item'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import '~vux/vux.css';
|
||||
@import '~vux/dist/vux.css';
|
||||
@import '~font-awesome/css/font-awesome.css';
|
||||
body {
|
||||
font-family: Helvetica, sans-serif;
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Group from 'vux/components/group'
|
||||
import Cell from 'vux/components/cell'
|
||||
import Group from 'vux/dist/components/group'
|
||||
import Cell from 'vux/dist/components/cell'
|
||||
import CellSwitch from './cell-switch'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Group from 'vux/components/group'
|
||||
import Cell from 'vux/components/cell'
|
||||
import Group from 'vux/dist/components/group'
|
||||
import Cell from 'vux/dist/components/cell'
|
||||
import CellSwitch from './cell-switch'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import InlineDesc from 'vux/components/inline-desc'
|
||||
import InlineDesc from 'vux/dist/components/inline-desc'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user