Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 991 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 991 Bytes

CompoundJS guides.

Basics

Crash course to CompoundJS. Create your first app, learn structure, use generators and tools.

Take closer look at compound elements. Every part of application do it's own thing. This guide allows you to learn how use each part of compound and bundle it together to create awesome application.

Intermediate things

[Routing][]

[View/layouts rendering][]

[Using helpers][]

[Security][]

Advanced topics

[Events, Compound API][]

Learn how to use events to hook up particular application loading stages. Then use API methods to configure compound for your application needs.

[Building extensions][]

Let's see how to extend compound and make your code reusable using extensions API.

[Deploy][]