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
This commit is contained in:
Mathieu Schimmerling
2023-01-03 01:36:47 +01:00
committed by GitHub
parent 4526ef2092
commit be52cbcbfc
63 changed files with 4373 additions and 3802 deletions

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: