Web Framework
  • Introduction
  • Chapter1: Build Front-End Develope environment
    • 1.1.Install Sublime Text3 and packages
    • 1.2.Sublime plugin
      • 1.2.1.Package install control
      • 1.2.2.Emmet
      • 1.2.3.HTML-CSS-JS Prettify
      • 1.2.4 .SublimeLinter
      • 1.2.5.Install Sublime text Build system
      • 1.2.6.Pretty JSON
      • 1.2.7.SublimeHighlight
      • 1.2.8.SublimeAStyleFormatter
  • Chapter2: Angular.js
  • Chapter3: 3rd Party API
    • 3.function
  • Chapter4: React.js
    • 4.1.Introduction
    • 4.2.Getting started
    • 4.3.JSX
    • 4.4.life cycle
    • 4.5.Data flow: prop vs. prop.children, state
    • 4.6. Layout, Event Handing
    • 4.7.Using JQuery in React
    • 4.8.Using D3.js in React
    • 4.9.Dynamic Routing
  • Chapter5: Webpack
  • Chapter6: web driver IO & mocha
  • Chapter7: RWD
    • 7.1.利用Sass & media query在不使用框架下完成RWD
  • Chapter8: React native
Powered by GitBook
On this page

Was this helpful?

  1. Chapter1: Build Front-End Develope environment
  2. 1.2.Sublime plugin

1.2.3.HTML-CSS-JS Prettify

Previous1.2.2.EmmetNext1.2.4 .SublimeLinter

Last updated 5 years ago

Was this helpful?

  • 1.需要先裝Node.js,開啟HTMLPrettify.sublime-settings並調整"node_path":

    • Windows:

      • Preferences->Package Settings->HTML/CSS/JS Prettify->Set Plugin Option

    • Mac:

      • Sublime Text->Preferences->HTML/CSS/JS Prettify->Set Plugin Option

  • 2.此外可開啟.jsbeautifyrc並調整喜好設定

    • Windows:

      • Preferences->Package Settings->Package Control->HTML/CSS/JS Prettify->Set Prettify Preference

    • Mac:

      • Sublime Text->Preferences->Package Control->HTML/CSS/JS Prettify->Set Prettify Preference