Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@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 2 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.