/Source-code-analysis-of-vue2

mustache/Virtual DOM/Diff algorithm/Response principle/Ast abstract syntax tree/Directive and life cycle

Primary LanguageJavaScript

Source-code-analysis-of-vue2

mustache/Virtual DOM/Diff algorithm/Response principle/Ast abstract syntax tree/Directive and Life cycle

Use Lerna manage packages

  npm install --global lerna
  lerna init  

Your repository should now look like this:

folder/
  packages/
  package.json
  lerna.json

Catalogue

  1. Mushtache
  2. Virtual DOM
  3. Diff algorithm
  4. Response principle
  5. Ast abstract syntax tree
  6. Life cycle

Mushtache

    // run Mushtache project
    npm run start:mustache

Pending...