书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 5857 个相关结果.
  • 手动配置

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

    911 2019-08-04 《Vue Meta Document》
    Preparing the plugin Options Preparing the plugin Note This step is optional if you don't need SSR and Vue is available as a global variable. vue-meta will install itself i...
  • PostCSS

    PostCSS 使用配置文件 配合 postcss-loader 使用 内联选项 禁止自动加载配置文件 PostCSS 由vue-loader 处理的 CSS 输出,都是通过 PostCSS 进行作用域重写,你还可以为 PostCSS 添加自定义插件,例如 autoprefixer 或者 CSSNext 。 使用配置文件 vue-...
  • Icons(图标)

    图标 用例 安装 iconfonts 安装 Material Design Icons 安装 Material Design Icons (JS SVG) 安装 Material Icons 安装 Font Awesome 5 Icons 安装 Font Awesome 4 Icons 安装 Font Awesome SVG Icons 使用...
  • 1.2 构造器的默认选项

    2834 2019-11-04 《深入剖析Vue源码》
    1.2 构造器的默认选项 1.2 构造器的默认选项 我们回到最开始的例子,在实例化Vue 时,我们会将选项对象传递给构造器进行初始化,这个选项对象描述了你想要的行为,例如以data 定义实例中的响应式数据,以computed 描述实例中的计算属性,以components 来进行组件注册,甚至是定义各个阶段执行的生命周期钩子等。然而Vue 内部本身会自...
  • 基本示例

    基本示例 基本示例 这里有一个 Vue 组件的示例: // 定义一个名为 button-counter 的新组件 Vue . component ( 'button-counter' , { data : function () { return { count : 0 ...
  • Mocking global objects

    Mocking global objects The mocks mounting option Example with vue-i18n Settings default mocks using config Conclusion This book is written for Vue.js 3 and Vue Test Utils v2....
  • Routing

    Routing Basic Routes Dynamic Routes Validate Route Params Nested Routes Dynamic Nested Routes Unknown Dynamic Nested Routes Named Views SPA fallback Locally Accessing Route ...
  • Plugins directory

    Plugins directory External Packages Vue Plugins The plugins Property ES6 Plugins Client or server side only Name conventional plugin Object syntax Inject in $root & context ...