k-libraries
v1.0.6-beta-27
Published
<img width="1428" alt="Screenshot 2023-12-12 at 13 12 09" src="https://github.com/KB-FMF/fe-designsystem/assets/122113630/d22775d5-6d44-4309-84cb-d8b08c807960"> # fe-designsystem
Downloads
13
Readme
Development guide
1. Clone repository
2. npm install
3. settings enable eslint rules with vs code
.vscode workspace settings JSON (command P search for workspace settings)
{
"files.associations": {
"*.vue": "postcss"
},
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"markdown",
"json",
"jsonc",
"yaml"
]
}
}
4. npm run dev
your playground for development is sandbox folder