Giter Site home page Giter Site logo

vue3-step1-note's Introduction

Step1: Vue.js(3.0)零基础入门

课程地址: https://coding.imooc.com/learn/list/472.html

学习目标:

掌握 Vue.js的基础语法以及常见 API

课程重点:

  1. Vue 核心技术,常用 API 精讲
  2. 掌握 Vue 框架的生命周期
  3. 深入理解 Vue 框架的组件化
  4. 理解 Vue 中的 CSS 动画原理与使用
  5. 如何编写高质量的可维护代码
  • 常用API
  • 组件化
  • Vue 中的高级扩展语法
  • Composition API
  • Vue 生态全家桶

vue create new-project-name

tree .

.
├── .browserslistrc
├── .eslintrc.js
├── .gitignore
├── README.md
├── babel.config.js
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html
└── src
    ├── App.vue
    ├── assets
    │   └── logo.png
    ├── components
    │   └── HelloWorld.vue
    ├── router
    │   └── index.js
    ├── store
    │   └── index.js
    ├── views
    │   ├── About.vue
    │   └── Home.vue
    └── main.js

mock api

vscode plugin

  • eslint 代码格式
  • vetur vue 文件语法高亮

参考

vue3-step1-note's People

Contributors

cwy007 avatar shenglongli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.