Soil components and libraries
WIP: this project is still at an early stage of development.
Components are defined and used with their entire namespace (SComponent), although they are stored without it (domain/SComponent).
_.vue to keep the folder as the name (in layouts/MyLayout/_.vue the name is LayoutMyName).._ as class name. It is replaced by the component name. It is useful for the root element..myClass) while using kebab-case on the CSS (my-class).
yarn add @meaningfuldata/soil
`$3
`
yarn add @fortawesome/vue-fontawesome @fortawesome/fontawesome-svg-core axios lodash-es vue-i18n
`Scripts
$3
`
yarn serve
`$3
`
yarn build
`$3
`
yarn test:unit
`#### Watch and run unit tests on changes
`
yarn test:unit:watch
`#### Debug unit tests
`
yarn test:unit:inspect
`$3
`
yarn test:e2e
`#### Watch and run end-to-end tests on changes
`
yarn test:e2e:watch
`$3
`
yarn lint
`$3
`
yarn storybook
`#### Build the storybook
`
yarn storybook:build
``Apache 2.0