博客
一个Vue.js项目
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
有关工作原理的详细说明,请参阅。
博客
安装
$npm i
运行开发
$npm run dev
# open browser http://127.0.0.1:8089
跑
$npm run build
$npm run start
# open browser http://127.0.0.1:8089
静态的
$npm run static
$hs ./docs
# open browser hs(http-server)'s url
博客
一个vue-blog项目
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
有关
vue-blog-nuxt
构建设置
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
有关工作原理的详细说明,请查看 。
虚电子
电子战项目
客户端,基于vue-electron,axios,vuex,vue-router。
下载
相关截图
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm te