/fetp

📦 Front-End template build tool base on nodejs

Primary LanguageJavaScriptMIT LicenseMIT

vue vue vue vue

DOCS

中文 | English

Online Preview | GitHub

Introduction

Front-End Template Build Tool Base on Nodejs📦

Features

  • Simple and Smart
  • Custom Configuration
  • ESLint Standard Style
  • Multi Webpack Plugin System

Preview

Preview fetp all function

$ fetp

Init

Initial a seed project

$ fetp init <templateName> [directory]
# OR Shorthand 
$ fetp i <templateName> [directory]

Development

development model, Running a Development Web Server

$ fetp dev
# OR Shorthand 
$ fetp d

Watch (unimplemented)

watch model

$ fetp watch
# OR Shorthand 
$ fetp w

Output (unimplemented)

production model, building & publish project production development.

$ fetp output
# OR Shorthand 
$ fetp o

Help

view online help document.

$ fetp help
# OR Shorthand
$ fetp -h

Q & A

  • Q: Error: EACCES: permission denied, mkdir .. ?
  • A: Make sure you have right to modify corresponding file,please input chmod a+w [path].