@gidc-vue2-mobile-project-template/gidc-h5
gidcH5版
Last updated 4 years ago .
· Tarball · package.json
$ gnpm install @gidc-vue2-mobile-project-template/gidc-h5 
Private package

云平台前端H5原型项目

Gidc Bank H5 Property

版本: v1.0.0

目录结构

.
├── config # 代理
├── dist # 打包之后的问天所在位置
├── public # 静态资源文件
└── src # 主资源
    ├── assets # 资源包
    ├── common # 公共依赖
    ├── components # 公共组件
    ├── config # 公共模块配置
    ├── router # 路由配置
    ├── store  # 数据存储管理
    ├── utils  # 工具
    └── views  # 页面,此一级下面的文件、文件夹均为页面

开发

  1. 安装

    npm install
    # 或使用淘宝镜像 http://registry.npm.taobao.org
    # npm install --registry=http://registry.npm.taobao.org
    # cnpm install
    
  2. 运行

    npm run serve
    

    之后在浏览器地址栏中输入http://localhost:<port>/#/<路由名>即可访问

  3. 编译、打包

    npm run build # 打包
    

更新记录

  • 2021/04/01 v1.0.0

Current Tags

  • 1.0.2                                ...           latest (4 years ago)

3 Versions

  • 1.0.2                                ...           4 years ago
  • 1.0.1                                ...           4 years ago
  • 1.0.0                                ...           4 years ago
Maintainers
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (13)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |