Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@oslokommune/oslo-designsystem-vue
Advanced tools
Oslo kommune - Oslo designsystem - Vue komponentbibliotek
Oslo Designsystems UI komponenter for Vue 2.6+. Vue 3 støttes ikke på dette
tidspunktet. Komponentene er laget for å fungere sammen med CSS fra
designsystemet @oslokommune/oslo-designsystem
.
Peer dependencies:
16.5
>= 2.6.12 < 3.0.0
>= 0.14.0
Hver komponent vil være dokumentert på nettsiden til designsystemet, på en stadig bedre måte.
Eksempelet under viser installasjon i en applikasjon med Vue 2
+ Webpack
.
Går utifra at peerDependencies allerede er installert og tatt i bruk, hvis
ikke så se veiledere for dette.
npm add @oslokommune/oslo-designsystem-vue
/* src/main.js
Velg å installere hele bundlen */
import Vue from 'vue';
import OdsVue from '@oslokommune/oslo-designsystem-vue';
Vue.use(OdsVue);
/* eller kun individuelle komponenter */
import Vue from 'vue';
import { OdsHeader, OdsFooter } from '@oslokommune/oslo-designsystem-vue';
Vue.use(OdsHeader);
Vue.use(OdsFooter);
Oslo Designsystem bruker Semantic Versioning 2.0.0 for versjonering av pakkene.
Mens vi er i en beta-fase, versjonering vil følge dette mønsteret: v0.Y.Z, hvor
Oslo designsystem
er distribuert under MIT-lisens for åpen kildekode.
FAQs
Oslo kommune - Oslo designsystem - Vue komponentbibliotek
The npm package @oslokommune/oslo-designsystem-vue receives a total of 0 weekly downloads. As such, @oslokommune/oslo-designsystem-vue popularity was classified as not popular.
We found that @oslokommune/oslo-designsystem-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.