摘要: var http = require('http');// var optfile = require('./models/optfile'); http.createServer(function (request, response) { response.writeHead(200, {'Co 阅读全文
posted @ 2016-11-21 10:56 哒哒哒哒猫 阅读(223) 评论(0) 推荐(0) 编辑
摘要: /** * Created by yangpu on 2016/9/18. */ //环境安装方法1.npm install //加载依赖模块2.npm run build //打包没有压缩,开发环境与第一次安装才用,未压缩3.npm run dev //开启http服务与热更新,开发环境并调试才用 阅读全文
posted @ 2016-11-21 09:31 哒哒哒哒猫 阅读(168) 评论(0) 推荐(0) 编辑