Skip to content

ToDo List App with WebComponents by @github/catalyst

Notifications You must be signed in to change notification settings

Scipion/catalyst-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalyst ToDo

Simple ToDo app based on WebComponents with @github/catalyst.

The pourpose of this repo is just play with @github/catalyst and native Custom Elements.

No tests neither state management has been taken into consideration for this demostrations.

Usage

As simple as:

npm install
npm start

Setup

This project has been build with parcel and typescript.

It can be build by executing npm run build that will run parcel build src/index.html.

Limitations

  • Parcel v2 configuration: Due to the fact that the parser used by Terser in Parcel v2 changes the names of classes during the minification process, it has become necessary to add a configuration to the .terserrc file. If this configuration is not added, the build may not work correctly. To address this issue, it's been added to configuration the file .terserrc just with entry: "keep_classnames": true. This will ensure that the original class names are preserved during the minification process and the build works correctly.

About

ToDo List App with WebComponents by @github/catalyst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published