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