Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zt-vue-template

zhaotongff29ISC1.0.0TypeScript support: included

A vue template for mammut product based on vue cli 3 and ant-design-vue

vue, template

readme

mammut-vue-template

A vue template for mammut product based on vue cli 3 and ant-design-vue

Usage

This is a project template for mammut-cli.

$ nenpm install -g @ndsc/mammut-cli
$ mm init vue-template my-project
$ cd my-project
$ yarn install
$ yarn serve

changelog

2.1.0 (2020-05-25)

✨ Features

  • add global layout component u-left-right (c1d1b38) by: luojian

🐛 Bug Fixes

  • declare mixin function type (a4c2699) by: luojian

2.0.0 (2020-05-25)

✨ Features

  • 变量名称、类型名称优化,语义化更明确 (c92f56c) by: luojian
  • 引入store管理用户、项目等通用信息 (c719486) by: luojian
  • 添加全局错误处理mixin (5482857) by: luojian
  • 通用组件及样式优化 (a259b46) by: luojian

BREAKING CHANGES

  • 通用信息统一交于store管理,移除provide,登录逻辑调整

1.4.2 (2020-05-11)

🐛 Bug Fixes

  • fix releash.sh: git commit -a to git add (1132ed7) by: luojian

1.4.1 (2020-05-11)

🐛 Bug Fixes

  • 修复 403 页面 content width 被覆盖问题 (9726ba3) by: luojian
  • 修复项目-集群切换url参数未变更导致切换失败问题 (32c3c97) by: luojian

1.4.0 (2020-05-09)

✨ Features

  • text-tooltip 组件支持设置显示行数:maxLineCount (e9b3281) by: luojian

1.3.0 (2020-05-09)

✨ Features

  • iconfont 资源改成 svg 形式引入 (c88400a) by: luojian

🐛 Bug Fixes

  • 修复sidebar icon-font 图标引入问题 (509cbfa) by: luojian

1.2.0 (2020-05-08)

✨ Features

  • add global class text-label (a6e9996) by: luojian
  • closed #1 生产环境去掉console (b2a12a2) by: luojian
  • u-drawer-wrapper 组件添加底部确认、取消按钮 (2678ef4) by: luojian

🐛 Bug Fixes

  • fix topbar 左右操作区 slot name (3543688) by: luojian
  • fix 内容区 flex 布局被撑开 (df1166d) by: luojian

1.1.0 (2020-04-25)

✨ Features

  • url 添加 product 和 clusterId (53f50a9) by: luojian

1.0.5 (2020-04-24)

✨ Features

  • add date utils (4522889) by: luojian
  • add global margin & padding class (7b9946a) by: luojian
  • add TableColumn interface (0ccf929) by: luojian
  • ant-design-vue Modal 静态方法挂载在 Vue prototype (9dbfa59) by: luojian
  • export throttle from lodash (8d3866a) by: luojian
  • supplement global flex class (948d41f) by: luojian
  • update @ndsc/topbar (e4dc419) by: luojian
  • 校验规则单个导出 (275a95a) by: luojian

🐛 Bug Fixes

  • remove scroll property in TableMixin (5b57964) by: luojian
  • text-tooltip destroyTooltipOnHide 默认为 true (da1ffab) by: luojian

1.0.4 (2020-04-22)

✨ Features

  • vue.config.js 配置 htmlWebpackPlugin title (6cc2b39) by: luojian

1.0.3 (2020-04-22)

🐛 Bug Fixes

  • sidebar icon 和 name 居中对齐 (4a80c78) by: luojian

1.0.2 (2020-04-22)

✨ Features

  • add mock config (df5d7f4) by: luojian

🐛 Bug Fixes

  • package.json add repository 信息 (51c3da1) by: luojian

1.0.1 (2020-04-21)

🐛 Bug Fixes

  • fix 发布脚本 git tag 时机问题 (a5dbd45) by: luojian
  • fix 发布脚本 git tag 时机问题 (534c521) by: luojian

1.0.0 (2020-04-20)

✨ Features

  • add custom small form style (9181167) by: luojian
  • add git flow docs (2ab21e0) by: luojian
  • add global padding class (3bd4045) by: luojian
  • add HintPopper component (eefaf46) by: luojian
  • add IconButton component (b9a20e7) by: luojian
  • add modal and drawer wrapper component (94a31b2) by: luojian
  • add nrm docs (6d3c52a) by: luojian
  • add tableMixin (e3102ae) by: luojian
  • add TextTooltip component (6571809) by: luojian
  • add tips from lint-staged (63ffaab) by: luojian
  • add u-status-icon component (ff84cc9) by: luojian
  • add u-text-button component (1c7d80e) by: luojian
  • changelog 默认只生成 feat、fix (dc9b476) by: luojian
  • component register (bea2093) by: luojian
  • git ignore vue.config.local.js (e8bbf00) by: luojian
  • hintPopover 组件支持隐藏问号icon (f7143b8) by: luojian
  • icon-font资源目录结构调整 (df81daa) by: luojian
  • nobiz 下刷新页面如果有项目,页面跳转到首页 (7b30691) by: luojian
  • optimize boolean props and css variable (2d796e8) by: luojian
  • optimize global style (dde6643) by: luojian
  • reset ant-design css (1b60349) by: luojian
  • update README.md (6ff8323) by: luojian
  • upgrade ant-design-vue to version 1.5.3 (029464f) by: luojian
  • 埋点上报用户名和邮箱 (9a5cee7) by: luojian
  • 添加 vue.config.local.js 配置,用于连接远程服务器开发、测试 (7b336d0) by: luojian
  • 添加常用表单校验规则 (7b2bdd8) by: luojian
  • 结构调整、添加模板meta信息 (fa79c30) by: luojian
  • 通用组件命名调整,文件统一以 u 开头,小写 (22845ad) by: luojian
  • 通用组件目录及命名调整 (31b4926) by: luojian

🐛 Bug Fixes

  • fix cli package name (b5cd207) by: luojian
  • fix demo style (0a85502) by: luojian
  • fix padding class (951484e) by: luojian
  • fix readme format (bc66556) by: luojian
  • fix release.sh (b2be60f) by: luojian
  • fix small form demo (9a3f205) by: luojian
  • fix u-text-button component icon style (7fe9636) by: luojian
  • remove .vscode (f8173f6) by: luojian
  • 组件说明部分组件名称更正 (71d257d) by: luojian
  • 请求取消或无权限时中止请求向下传递 (f0474ee) by: luojian