书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 5986 个相关结果.
  • 增强类型以配合插件使用

    增强类型以配合插件使用 增强类型以配合插件使用 插件可以增加 Vue 的全局/实例属性和组件选项。在这些情况下,在 TypeScript 中制作插件需要类型声明。庆幸的是,TypeScript 有一个特性来补充现有的类型,叫做模块补充 (module augmentation) 。 例如,声明一个 string 类型的实例属性 $myPropert...
  • 介绍

    hippy-vue 介绍 架构图 样式 转 Web 尚未实现的部分 CSS 更多选择器和 scope 的支持 CSS 3 动画 未完善的组件和模块 hippy-vue 介绍 hippy-vue 其实是基于官方 Vue 2.x 源代码,通过改写 node-ops 外挂实现的自定义渲染层,但不仅仅是个到终端的渲染层,还同时实现前端组件到终端...
  • Put Everything Under Version Control

    Put Everything Under Version Control Put Everything Under Version Control Put everything in all your projects under version control. The resources you need are there: free tool...
  • 快速上手

    Zarm Vue 版本 Install 安装 Import 引入 Zarm Vue 版本 稳定版: 开发版: Install 安装 npm install zarm - vue -- save Import 引入 全组件引入 import Vue from 'vu...
  • Plugins

    Plugins External Packages Vue Plugins ES6 plugins Inject in $root & context Inject into Vue instances Inject into context Combined inject Client-side only Name conventional ...
  • Ant Design of Vue

    Ant Design of Vue 特性 支持环境 版本 安装 使用 npm 或 yarn 安装 浏览器引入 示例 按需加载 链接 如何贡献 关于 ant-design-vue 特别感谢 Ant Design of Vue 这里是 Ant Design 的 Vue 实现,开发和服务于企业级后台产品。 + 特性 提...
  • Vue Tutorial

    Using Vue in Visual Studio Code Welcome to Vue Vetur extension IntelliSense Go to Definition, Peek definition Hello World! Linting Debugging Other extensions Using Vue ...
  • Setting up for TDD

    Installing vue-cli Writing your first test Creating the Greeting component Writing the test Running the test Making assertions This book is written for Vue.js 2 and Vue Tes...
  • 起步

    起步 Vue CLI 手动配置 起步 Vue CLI 如果你不想手动设置 webpack,我们推荐使用 Vue CLI 直接创建一个项目的脚手架。通过 Vue CLI 创建的项目会针对多数常见的开发需求进行预先配置,做到开箱即用。 如果 Vue CLI 提供的内建没有满足你的需求,或者你乐于从零开始创建你自己的 webpack 配置,那么...
  • Webpack 配置

    Webpack 配置 .electron-vue/webpack.main.config.js .electron-vue/webpack.renderer.config.js 白名单里的外部组件 .electron-vue/webpack.web.config.js Webpack 配置 electron-vue 包含三个单独的、位于...