Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

hwangzhiming/sublime-text-fex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-text-fex

Fex plugin for Sublime Text 2.

Installation

###Package Control###

  1. Install Package Control
  2. Preferences > Package Control > Install Package
  3. Search "fex", Press enter to install

###Zip File###

  1. Download the latest release package.
  2. Simply zip your package folder and move it to the Package folder, eg:
C:\Users\{UserName}\AppData\Roaming\Sublime Text 2\Packages

You can find the package folder by Clicking Preferences > Browse Packages

Notes

  1. Open only one Fex project at a time.
  2. Currently, you need to start the fex http server by yourself:
cd fex-project-folder
npm start