书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 5857 个相关结果.
  • 创建项目

    创建项目 使用 @vue/cli 创建项目 使用 @vue /cli 推荐用脚手架工具 @vue /cli 来创建一个使用 vue-loader 的项目: npm install - g @vue / cli vue create hello - vue cd hello - vue npm run serve # ...
  • 第四小节:构造器

    1027 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...
  • 快速上手

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

    安装 兼容性说明 直接下载 / CDN NPM Yarn Vue Cli 3.x 开发版构建 安装 兼容性说明 Vue.js 2.0.0 + 直接下载 / CDN https://unpkg.com/vue-i18n/dist/vue-i18n unpkg.com 提供了基于 NPM 的 CDN 链接。上面的链接会一直指...
  • Migrating to 4.0 from 3.x

    691 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...
  • 深入响应式原理

    1853 2018-12-10 《Vue.js 技术揭秘》
    深入响应式原理 深入响应式原理 前面 2 章介绍的都是 Vue 怎么实现数据渲染和组件化的,主要讲的是初始化的过程,把原始的数据最终映射到 DOM 中,但并没有涉及到数据变化到 DOM 变化的部分。而 Vue 的数据驱动除了数据渲染 DOM 之外,还有一个很重要的体现就是数据的变更会触发 DOM 的变化。 其实前端开发最重要的 2 个工作,一个是把...
  • 代码校验 (Linting)

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