书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 64575 个相关结果.
  • 贡献指南

    728 2019-08-12 《HeyUI Admin 文档》
    贡献指南 Issue 规范 Pull Request 规范 git commit 提交dev分支 注意事项 贡献指南 首先感谢你使用 heyui admin。 如果你愿意为 heyui admin 贡献代码或提供建议,请阅读以下内容。 Issue 规范 在提交 issue 之前,请搜索相关内容是否已被提出。 请说明 heyui、v...
  • Breadcrumb 面包屑

    Breadcrumb 面包屑 概述 代码示例 API Breadcrumb props BreadcrumbItem props Breadcrumb 面包屑 概述 显示网站的层级结构,告知用户当前所在位置,以及在需要向上级导航时使用。 代码示例 基础用法 最基础的用法,通过设置to 属性添加链接。 <t...
  • 测试

    Testing – Time to Test What We Have Done So Far! 为啥要单元测试 注意 为 Vue 方程式进行单元测试 Tip 为我们的购物清单方程式写单元测试 测试 actions, getters, mutations 良好的测试条件 代码覆盖率 模拟服务器响应编写异步测试 测试组件 Tip 为我们...
  • 简介

    简介 目录结构 QQ群 ?? If you find this project helpful, maybe you can buy me a coffee. ?? 简介 iView-admin是iView生态中的成员之一,是一套采用前后端分离开发模式,基于Vue的后台管理系统前端解决方案。iView-admin2.0脱离1.x版本进行重构,换...
  • Dusk

    Laravel Dusk Introduction Installation Managing ChromeDriver Installations Using Other Browsers Getting Started Generating Tests Database Migrations Running Tests Manually St...
  • Layout Definition

    Layout Definition Version: 5.x Layout Definition A layout is a combination of HTMLElements, routes, and single-spa applications . Layout is defined statically in your root conf...
  • App Layout

    App Layout Basic Layout Advanced Layout Initialize App App Layout First thing we should do for our App is to create index.html file with app’s skeleton. <!DOCTYPE html> <...
  • 如何debug

    2157 2019-06-17 《Vuejs 中文教程》
    如何Debug 时刻留意 vue server 看developer tools 提出的日志 查看页面给出的错误提示(来自于dev server) 如何Debug 浏览器环境下的javascript, 实际上有两个天生缺陷: 不严谨. 不同浏览器的js实现上会略有不同. 这个问题在android, ios上也一样. 不是严格意义上的计算编程...
  • Introduction

    Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Static Site Generati...
  • 国际化

    国际化 全局 lang 异步 lang js 中使用 $t 移除国际化 国际化 本项目集合了国际化 i18n 方案。通过 vue-i18n 而实现。 由于本项目 ui 框架使用了element ,所以国际化的同时也要将其国际化。 完整代码 。 同时将当前 lang 语言存在 cookie 之中,为了下次打开页面能记住上次的语言设置。 ...