3.5.22 ā€¢ Published 2 years ago

patx v3.5.22

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

patx

šŸ™ Extensible enterprise-level front-end application framework based on @patxjs/core

Getting Started

Manually,

# Create directory
$ mkdir myapp && cd myapp

# Install dependency
$ yarn add patx

# Create page
$ npx patx g page index --typescript --less

# Start development
$ npx patx dev