Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenconda/petlog
南昌大学家园工作室寒假比赛项目前端部分
https://github.com/lenconda/petlog
less lesscss vant vue-resource vuejs vuejs2 webpack
Last synced: 3 days ago
JSON representation
南昌大学家园工作室寒假比赛项目前端部分
- Host: GitHub
- URL: https://github.com/lenconda/petlog
- Owner: lenconda
- License: apache-2.0
- Created: 2018-02-26T02:28:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T15:35:23.000Z (almost 7 years ago)
- Last Synced: 2024-11-18T15:44:43.268Z (2 months ago)
- Topics: less, lesscss, vant, vue-resource, vuejs, vuejs2, webpack
- Language: Vue
- Homepage: http://petlog.lenconda.top
- Size: 2.38 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Petlog - 家园工作室寒假比赛项目 - 前端代码
![](https://camo.githubusercontent.com/99d9bd01d6c06b87fe268f1daabf2ed978b1767f/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f74667735377136656563697070736c352f6272616e63682f6d61737465723f7376673d74727565)
> 宠物记
![](http://petlog.lenconda.top/static/banner.png)
## PREAMBLE
本项目使用Vue.js编写,采用Webpack作为持续集成系统。
请注意,本文档和仓库中的所有内容,包括但不限于源代码文件、图片文件、字体文件(除非某些文件本身不开放源代码,那么这时应该遵循或分别遵循该一个或多个文件所遵循的许可证),遵循[Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0.html "Apache License v2.0")发布。
项目主页:[http://petlog.lenconda.top](http://petlog.lenconda.top)
前端仓库:[https://github.com/lenconda/petlog](https://github.com/lenconda/petlog)
后端仓库:[https://github.com/LinLorry/PetLog](https://github.com/LinLorry/PetLog)
## BUILD SETUP
``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).