First, manual Installation:
1, Emmet (Ex-zen Coding) for Sublime Text
Http://emmet.io
(1) Download: Https://github.com/sergeche/emmet-sublime#readme
(2) Open Sublime Text 3, select menu: Preference-->browse package ... Browse plugins;
(3) Copy the Emmet-sublime-master to this directory, restart sublime text 3;
(4) After the restart will see the lower left corner of the show download PyV8 prompt, to its loading complete, open a new document final test, input instructions;
Pyv8:https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-win64-p3.zip
(5) Test 1: Enter! Press ctrl+e to generate:
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Document</title></Head><Body> </Body></HTML>
Test 2: Input ul#test>li*4 is generated by ctrl+e :
<ulID= "Test"> <Li></Li> <Li></Li> <Li></Li> <Li></Li></ul>
Sublime Text 3 Emmet plug-in installation