Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pm

A Jac client-side application.

Project Structure

pm/
├── jac.toml              # Project configuration
├── main.jac              # Main application entry
├── components/           # Reusable components
│   └── Button.cl.jac     # Example Jac component
├── assets/               # Static assets (images, fonts, etc.)
└── build/                # Build output (generated)

Getting Started

Start the development server:

jac start main.jac

Components

Create Jac components in components/ as .cl.jac files and import them:

cl import from .components.Button { Button }

Adding Dependencies

Add npm packages with the --cl flag:

jac add --cl some-package

About

personal project management tool

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages