Commit Graph

6 Commits

Author SHA1 Message Date
Mathieu Schimmerling
2ecdd29f84 Add Web App Features > Render app (#140)
* fix(lit): remove all Lit "index.html" files

* feat(content): add webapp features > render app

* feat(content): add render app > svelte example

* feat(content): add render app > alpine example

* feat(fmw): add generic filename sorter

* fix(content): fix missing snippet blocks

* build(git): add build progress to precommit hook
2023-01-07 03:34:54 +01:00
Mathieu Schimmerling
8db75adbcc feat(generateContent): remove "content" key unused for generated files 2023-01-05 23:54:49 +01:00
Mathieu Schimmerling
32da781b3d feat(generateContent): use files sorter from fmw config 2023-01-05 23:54:42 +01:00
Mathieu Schimmerling
9cb50c5f69 feat(contentGen): just change files without rm generatedContentDir to not break dev watch 2023-01-05 23:12:42 +01:00
Mathieu Schimmerling
95c1c81064 fix(dev): v2 fix dev env minor bugs (#135)
* build(content): fix fs watcher support using Chokidar

* fix(logo): add support for fmw logos in dev environment
2023-01-05 00:39:03 +01:00
Mathieu Schimmerling
be52cbcbfc refactor: migrate from astro to svelte + vite to improve performance (#131)
* add highlighter
* add playground url
* add markdown support and notification center
* fix multiple md files
* add meta description with framework list
* fix: framework id loop index
* store frameworkIdsSelected in locale storage
* add generateFrameworkContent vite plugin
* add missing snippet case
* add content generate cache
* add angular component highlighter
* improve content generator organization
* add format and linter
* add git hooks
* add default frameworks
2023-01-03 01:36:47 +01:00