mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
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:
committed by
GitHub
parent
4526ef2092
commit
be52cbcbfc
@@ -7,7 +7,7 @@ This site is built with [Astro](https://docs.astro.build). Site content is writt
|
||||
1. Fork the project and create a new branch
|
||||
2. Add the new framework SVG logo in `public/framework`
|
||||
3. Install the ESLint plugin associated to the framework
|
||||
4. In `src/frameworks.mjs`, add a new entry with SVG link and ESLint configuration
|
||||
4. In `frameworks.mjs`, add a new entry with SVG link and ESLint configuration
|
||||
|
||||
## Improve website
|
||||
|
||||
|
||||
Reference in New Issue
Block a user