0.0.1 • Published 2 years ago
@buerokratt-ria/styles v0.0.1
Export Styles
General information
Changelog file could be found here link
Creating package
To create npm package for future usage:
- Navigate to the root directory of the package.
- Run
npm packcommand, to create package file.- If you made updates to the package please relate to this file before creating package
To publish created package:
- Run
npm publish --access public - Authorize in npm and package would be published
Adding dependency from remote
- Since this package currently being deployed to @buerokratt-ria account therefore it would need to be related as @buerokratt-ria
- Add to
package.json@buerokratt-ria/styles: followed by version, list of available version could be found here
Adding dependency as local package
- When you build the package file, put it in
rootdirectory of the application - Add to
package.json@buerokratt-ria/styles: file:name-of-the-generated-package- If having import issues like
NOT FOUNDtry adding tovite.config.tsresolve: { alias: { '@buerokratt-ria':${path.resolve(__dirname, 'node_modules/@buerokratt-ria/styles')}}, }
- If having import issues like
Using Styles component
- This is prebuilt set of rules and styles used by Buerokratt.
- within scss files start import with @buerokratt-ria/styles... followed by rule you want to import
- within regular components you can relate to index.ts file that has all exports described.
Implemented examples:
0.0.1
2 years ago