书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 5985 个相关结果.
  • 部署Vue、React前端项目

    部署Vue、React前端项目 1.1 添加 nodestatic.json 文件 1.2 添加 web.conf 文件 1.3 源码部署Vue项目 1.3.1 基于源码创建组件 常见问题 部署Vue、React前端项目 前言 以往我们在部署 Vue 、React 前端项目有几种方法: 项目打包好之后生成dist目录,将其放入ngi...
  • Nuxt Lifecycle

    Nuxt Lifecycle Lifecycle Server Client Navigate using the NuxtLink component What’s next Nuxt Lifecycle No matter which tool you use, you will always feel more confident wh...
  • Getting Started

    438 2020-12-20 《Vuex v3.x Document》
    Getting Started The Simplest Store Getting Started Try this lesson on Scrimba At the center of every Vuex application is the store . A “store” is basically a container that ...
  • Event Handling

    Event Handling Listening to Events Method Event Handlers Methods in Inline Handlers Event Modifiers Key Modifiers Key Aliases System Modifier Keys .exact Modifier Mouse Butt...
  • 说明

    APP模式说明 运行说明 APP模式说明 注意 目前仅限于vue项目的app、nvue请使用 路由混用 来完成 独立的模式集成在 uni-simple-router 中。仅适用于vue开发的app,如果是nvue则无法使用。项目中包含vue及nvue的时候可以使用 路由混用 来完成。 运行说明 HBuilderX 2.6.5.x...
  • 概述

    安装 关于事件绑定 特别声明 文档 欢迎使用 we-vue! WARNING 右侧示例仅针对最新版本,其中部分涉及滑动、拖拽操作的示例请在触屏设备上预览,或使用浏览器模拟触屏设置进行查看。 安装 // npm $ npm install we - vue -- save // yarn $ yarn add we -...
  • v-ga

    v-ga v-ga This directive allows us to centralize all track events in one object and share it across the entire application without needs to add extra logic to our component met...
  • JSX

    JSX JSX 如果你写了很多 render 函数,可能会觉得下面这样的代码写起来很痛苦: createElement ( 'anchored-heading' , { props : { level : 1 } }, [ createElement ( 's...
  • Introduction

    Introduction 来源(书栈小编注) Introduction 本书来自 Olga Filipova — Learning Vue.js 2 感谢 Olga Filipova 女士带我们走进 Vue 的世界。 虽是俺翻译的但与俺无任何利益关系。 因涉及版权问题, 此书只供学习交流, 禁止任何转载。 本来是自己看完罢了的, 但越看越...
  • Custom Directives

    Custom Directives Intro Hook Functions Dynamic Directive Arguments Function Shorthand Object Literals Usage on Components Custom Directives Intro In addition to the def...