书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 5986 个相关结果.
  • 快速上手

    快速上手 使用之前 使用 Vue CLI 3 使用推荐工程 引入 iView 按需引用 特别提醒 组件使用规范 快速上手 使用之前 高效的开发,离不开基础工程的搭建。在开始使用 iView 之前,有必要先了解以下基础知识,我们也假设您已经写过 Vue,并掌握了下面的内容。 Vue组件 单文件组件 以下概念贯穿 iVie...
  • @vitejs/plugin-vue

    @vitejs/plugin-vue Options Example for passing options to @vue/compiler-dom : Example for transforming custom blocks License @vitejs/plugin-vue Note: requires @vue/comp...
  • Stanford PLY

    108 2024-06-27 《Blender 4.1 Manual》
    Stanford PLY Import Export Stanford PLY Reference Category: Import-Export Menu: File ‣ Import/Export ‣ Stanford (.ply) Use the operator to import ASCII or binary PLY-file...
  • 支持我们

    赞助 Ant Design Vue 的研发 一次性赞助 购买贴纸 周期性赞助 企业赞助 当前的赞助商 Sponsors Backers 赞助 Ant Design Vue 的研发 ant-design-vue 是采用 MIT 许可的开源项目,使用完全免费。 但为了项目能够健康持续的发展下去,我们期望获得相应的资金支持。 你可以通过...
  • 插件

    插件 插件 插件通常用来为 Vue 添加全局功能。插件的功能范围没有严格的限制——一般有下面几种: 添加全局方法或者属性。如: vue-custom-element 添加全局资源:指令/过滤器/过渡等。如 vue-touch 通过全局混入来添加一些组件选项。如 vue-router 添加 Vue 实例方法,通过把它们添加到 Vue...
  • Don’t Just Learn the Language, Understand its Culture

    Don’t Just Learn the Language, Understand its Culture Don’t Just Learn the Language, Understand its Culture In high school, I had to learn a foreign language. At the time I tho...
  • 2. 命令行安装

    1997 2018-10-17 《Vue.js进阶学习》
    命令行安装 知识点 官网 实战演习 vue-cli命令选项 课程文件 小马视频频道 命令行安装 知识点 vue命令工具安装 官网 https://github.com/vuejs/vue-cli 实战演习 #最新版本确认 $ npm show vue - cli $ [ sudo ] npm install...
  • 介绍

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

    基本用法 安装 注意 渲染一个 Vue 实例 与服务器集成 使用一个页面模板 模板插值 基本用法 安装 npm install vue vue - server - renderer -- save 我们将在整个指南中使用 NPM,但你也可以使用 Yarn 。 注意 推荐使用 Node.js 版本 6+。 vue-s...