Skip to content

lenconda/petlog

Repository files navigation

Petlog - 家园工作室寒假比赛项目 - 前端代码

宠物记

PREAMBLE

本项目使用Vue.js编写,采用Webpack作为持续集成系统。

请注意,本文档和仓库中的所有内容,包括但不限于源代码文件、图片文件、字体文件(除非某些文件本身不开放源代码,那么这时应该遵循或分别遵循该一个或多个文件所遵循的许可证),遵循Apache License v2.0发布。

项目主页:http://petlog.lenconda.top

前端仓库:https://github.com/lenconda/petlog

后端仓库:https://github.com/LinLorry/PetLog

 BUILD SETUP

# install dependencies
npm install

# serve with hot reload at 0.0.0.0: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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.