bfvs
v0.0.2
Published
A project with Vue.js
Downloads
4
Readme
BFVS
Bear Frontend Vue Starter
Features
- 使用 Webpack 打包
- 使用 Vue 和 Vue-Router 开发单页应用
- 使用 Babel 编译 JavaScript 代码
- 使用 PostCSS-cssnext 编译 CSS 代码
- 使用 Autoprefixer 自动添加浏览器前缀
- 使用 cssnano 压缩 CSS 代码
- 使用 Prerender SPA Plugin 预渲染静态页面
- 使用 mock2esay模拟请求,可视化mock数据录入地址为:http://localhost:8006
- 更多功能待添加...
Usage
安装
npm install bfvs -g
创建项目
bfvs init project
cd project
npm install
启动项目
npm run dev
启动后访问 http://localhost:8080/
预览
项目打包
npm run build
打包后的文件在 ./dist 目录下面
mock 数据
访问 http://localhost:8006/
进入可视化 mock 数据管理页面