书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 5986 个相关结果.
  • 渲染函数

    渲染函数 DOM 树 虚拟 DOM 树 h() 参数 完整实例 约束 VNodes 必须唯一 使用 JavaScript 代替模板功能 v-if 和 v-for v-model v-on 事件修饰符 插槽 JSX 模板编译 渲染函数 Vue 推荐在绝大多数情况下使用模板来创建你的 HTML。然而在一些场景中,你真...
  • 第四小节:构造器

    1073 2019-06-22 《前端大宝书》
    Constructor 构造器 选项/DOM el template router components 组件构造器 Constructor 构造器 利用 Vue 构造函数 ,可以创建一个 VUE ‘应用’ var vm = new Vue ({ // 选项 }) 在实例化 Vue 时,需要传入一个...
  • Welcome

    What is this guide? Further Reading This book is written for Vue.js 3 and Vue Test Utils v2. Find the Vue.js 2 version here . What is this guide? Welcome to the Vue.js testi...
  • Welcome

    What is this guide? Further Reading This book is written for Vue.js 2 and Vue Test Utils v1. Find the Vue.js 3 version here . What is this guide? Welcome to the Vue.js testi...
  • 创建项目

    创建项目 使用 @vue/cli 创建项目 使用 @vue /cli 推荐用脚手架工具 @vue /cli 来创建一个使用 vue-loader 的项目: npm install - g @vue / cli vue create hello - vue cd hello - vue npm run serve # ...
  • 快速上手

    快速上手 在线演示 引入 ant-design-vue 1. 安装脚手架工具 2. 创建一个项目 3. 使用组件 兼容性 按需加载 配置主题和字体 小贴士 快速上手 Ant Design Vue 致力于提供给程序员愉悦 的开发体验。 在开始之前,推荐先学习 Vue 和 ES2015 ,并正确安装和配置了 Node.js ...
  • 用 Vue 开发 Kraken 应用

    用 Vue 开发 Kraken 应用 示例应用 初始化一个 Vue 项目 状态管理 用 Vue 开发 Kraken 应用 示例应用 我们提供了一个 示例应用 来展示一个 Vue 应用如何在 Kraken 上运行起来。 首先,将代码 clone 下来,并进入 ./demos/hello-vue 目录。 git clone https : ...
  • Kitchen Sink

    Kitchen Sink Source Code Running Locally Kitchen Sink Source Code Running Locally Framework7-Vue Kitchen Sink is a great place to get started, it has a lot of examples ...
  • 代码校验 (Linting)

    代码校验 (Linting) ESLint stylelint 代码校验 (Linting) ESLint 官方的 eslint-plugin-vue 同时支持在 Vue 单文件组件的模板和脚本部分的代码校验。 请确认在你的 ESLint 配置文件中使用该插件要导入的配置: // .eslintrc.js module . ex...
  • Migrating to 4.0 from 3.x

    759 2020-12-20 《Vuex v4.0 Document》
    Migrating to 4.0 from 3.x Breaking Changes Installation process TypeScript support Bundles are now aligned with Vue 3 createLogger function is exported from the core module N...