Git Product home page Git Product logo

vue.js-learning's Introduction

Vue.js-guide-demo

在浏览器中调试,使用插件 Vue DevTools,需要在 HTTP 协议下打开页面才能检测到。

$ httpserver

cmd + 点击 http://0.0.0.0:8080 进入文件目录


1. 基础

--> essentials

还没看的部分:安装,组件-杂项


2. 工具

单文件组件(.vue)

用到的附加工具:npm,webpack

通过 node 安装了 npm,创建 .json working with package.json

通过 npm 安装了 webpack,进一步学习 webpack learning academy

Babel ES2015 作为手册看

从一个基于 webpack 模板的项目入手了解 .vue webpack-simple --> my-project

具体原理看 vue-loader

--> vue-loader


3. 可复用性&组合

渲染函数&JSX

--> render

过滤器

--> vue-filter


4. 规模化

4.1 路由

简单路由(用到渲染函数) --> vue-router

more examples: 结合 HTML5 History API, 整合第三方路由

官方路由看 vue-router

4.2 状态管理

简单状态管理

Flux 状态管理的官方实现

vue.js-learning's People

Contributors

carolinezhao 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.