<project_root>/src/routes/types.ts
:
export interface IRoute {
name: string
page: string
pattern: string
}
/** | |
* Creates a JSON file for fontawesome icons. Results is an array of following object shape: | |
* { | |
* id: "<library>-<iconName>", | |
* name: "<iconName>", | |
* label: "<iconLabel>", | |
* tags: ["tags", "for", "search"], | |
* css: "<css-class>" | |
* } | |
* |
Install these two plugins: