kenberkeley / vue-demo

Vue.js 示例项目 · 简易留言板。本项目拥有完善的文档说明与注释,让您快速上手 Vue.js 开发 SPA。Webpack / ES6 + Babel / Vue Router / (Vue Resource?) / (Vue Validator?) / (Vuex?) —— An Excellent Vue Starter with Best Practice / 最佳实践
https://kenberkeley.github.io/vue-demo/dist
Apache License 2.0
1.29k stars 411 forks source link

package.json devDependencies 貌似少了两个包 #14

Closed godtail closed 7 years ago

godtail commented 7 years ago
  1. path
  2. cross-env
kenberkeley commented 7 years ago
  1. path 是 Node.js 内置核心模块
  2. cross-env 需要全局安装,详情见 安装
godtail commented 7 years ago

好的,谢谢