上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: /** * Created by wensonsmith on 2017/12/5. */ import Vue from 'vue' import axios from 'axios' import Qs from 'qs' import router from './src/router' import store from './src/store' import App ... 阅读全文
posted @ 2018-02-27 15:05 MR崔 阅读(216) 评论(0) 推荐(0)
摘要: 配置好js-sdk 配置信息,就可以调用wx.chooseWXPay了 阅读全文
posted @ 2018-02-08 21:12 MR崔 阅读(1850) 评论(0) 推荐(0)
摘要: module.exports = { parser: false, sourceMap: false, plugins: { 'autoprefixer':true, //低版本安卓css识别不了,开启可以自动转换让低版本识别的css 'cssnano': {} } } module.exports = { pa... 阅读全文
posted @ 2018-02-08 14:21 MR崔 阅读(500) 评论(0) 推荐(0)
摘要: /** * Created by wensonsmith on 2017/12/5. */ let webpackConfig const vuxLoader = require('vux-loader') if (process.env.NODE_ENV === 'production') { webpackConfig = require('./webpack/webpack.... 阅读全文
posted @ 2018-02-08 14:14 MR崔 阅读(144) 评论(0) 推荐(0)
摘要: 因为这个地方 import router from 应该换成 "./src/router" 看下router文件夹里面的 index.js 所以变成这样的单文件路由启动 , 应该是 import Vue from 'vue' import router from './src/router' imp 阅读全文
posted @ 2018-02-08 11:16 MR崔 阅读(1163) 评论(0) 推荐(0)
摘要: /** * Created by wensonsmith on 2017/12/5. */ const webpack = require('webpack') const path = require('path') const HtmlWebpackPlugin = require('html-webpack-plugin') const ExtractTextPlugin = requ... 阅读全文
posted @ 2018-02-01 10:51 MR崔 阅读(860) 评论(0) 推荐(0)
摘要: /** * Created by wensonsmith on 2017/12/5. */ const path = require('path') const webpack = require('webpack') const DashboardPlugin = require('webpack-dashboard/plugin') const ExtractTextPlugin = r... 阅读全文
posted @ 2018-02-01 10:49 MR崔 阅读(841) 评论(0) 推荐(0)
摘要: /** * Created by wensonsmith on 2017/12/5. */ const path = require('path') const webpack = require('webpack') const HtmlWebpackPlugin = require('html-webpack-plugin') const ExtractTextPlugin = requ... 阅读全文
posted @ 2018-02-01 10:48 MR崔 阅读(300) 评论(0) 推荐(0)
摘要: https://github.com/cenkai88/vue-svg-icon#chineseversion 阅读全文
posted @ 2018-01-26 14:12 MR崔 阅读(288) 评论(0) 推荐(0)
摘要: 即将上线,敬请期待 {{item.foodName}}{{item.price}} ... 阅读全文
posted @ 2018-01-24 15:46 MR崔 阅读(346) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 下一页