vue 路由概念_Vue基本概念的演练

vue 路由概念

Vue教程 (Vue Tutorial)

We're going to create a small application with Vue.

我们将使用Vue创建一个小型应用程序。

View demo 查看演示 Read the Tutorial 阅读教程

The app will be a simple employee database and we'll learn:

该应用程序将是一个简单的员工数据库,我们将学习:

  • How to set up Vue

    如何设置Vue

  • The anatomy of a Vue file

    Vue文件的剖析

  • How to work with data, methods, conditional statements, and events in Vue

    如何在Vue中使用数据,方法,条件语句和事件

  • How to create, update, view, and delete users (employees) from the system

    如何从系统创建,更新,查看和删除用户(员工)

  • How to make API calls for each of the above actions

    如何为上述每个操作进行API调用

  • How to use tables, forms, and form validation

    如何使用表格,表格和表格验证

  • How to host a Vue build on GitHub pages

    如何在GitHub页面上托管Vue构建

安装 (Installation)

git clone https://github.com/taniarascia/vue-tutorial
cd vue-tutorial
yarn
yarn serve

翻译自: https://vuejsexamples.com/a-walkthrough-of-basic-vue-concepts/

vue 路由概念

你可能感兴趣的:(vue 路由概念_Vue基本概念的演练)