No description
Find a file
2021-07-03 00:05:33 +08:00
build 文档 2019-03-18 08:09:48 +08:00
config 文档 2019-03-18 08:09:48 +08:00
dist update readme and docs 2021-06-28 10:22:36 +08:00
docs update readme and docs 2021-06-28 10:22:36 +08:00
src 新增旅游景点一键导航 2021-07-03 00:05:33 +08:00
static update 2018-02-08 18:14:05 +08:00
test 更新脚手架模板 2018-01-27 13:04:29 +08:00
.babelrc 更新脚手架模板 2018-01-27 13:04:29 +08:00
.editorconfig init 完成后端框架基础结构 2017-11-06 19:11:12 +08:00
.eslintignore init 完成后端框架基础结构 2017-11-06 19:11:12 +08:00
.eslintrc.js init 完成后端框架基础结构 2017-11-06 19:11:12 +08:00
.gitignore ad后端基本架构完成 2017-11-07 12:40:35 +08:00
.postcssrc.js 更新脚手架模板 2018-01-27 13:04:29 +08:00
CNAME Create CNAME 2019-03-18 19:55:39 +08:00
deploy.sh Create deploy.sh 2020-03-08 19:06:47 +08:00
index.html 文档 2019-03-18 08:09:48 +08:00
LICENSE Create LICENSE 2019-09-17 19:33:46 +08:00
package-lock.json update readme and docs 2021-06-28 10:22:36 +08:00
package.json 文档 2019-03-18 08:09:48 +08:00
README.md update readme and docs 2021-06-28 10:22:36 +08:00

Geo-Indo-Server

GitHub license GitHub forks GitHub issues GitHub stars

长春市公共信息服务平台

文档说明:https://songtianlun.github.io/gis-changchun-info-vue

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

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

Structure

.
├── README.md
├── build                   # build 脚本
├── config                  # prod/dev build config 文件
├── index.html              # 最基础的网页
├── package.json            # 包管理及声明
├── src                     # Vue.js 核心业务
│   ├── App.vue             # App Root Component
│   ├── api                 # 接入后端服务的基础 API
│   ├── assets              # 静态文件
│   ├── components          # 组件
│   ├── pages               # 各个页面具体实现
│   ├── main.js             # Vue 入口文件
│   ├── router              # 路由
│   ├── store               # Vuex 状态管理
│   ├── util                # 通用工具函数
├── static                  # DevServer 静态文件
└── test                    # 测试

Contact me