Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
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.
@worksafevictoria/wcl7.5
Advanced tools
This repo is based on Vue 3 in Vite, and Storybook 7. It contains all the common components used on the [WorkSafe Victoria](https://www.worksafe.vic.gov.au) public website.
This repo is based on Vue 3 in Vite, and Storybook 7. It contains all the common components used on the WorkSafe Victoria public website.
git clone <this-repo>
chmod +x bin/clean.sh
yarn reinstall
yarn storybook
yarn build-storybook
Note: When building storybook, there is a dependency on a .nojekyll file in order for Storybook to display stories.
chmod +x bin/deploy.sh
yarn deploy
yarn dryrun
yarn release
yarn add @worksafevictoria/wcl7.5
npm i @worksafevictoria/wcl7.5
# nuxt.config.js
build {
transpile: ['@worksafevictoria/wcl7.5', 'xxx', 'xxx', 'xxx']
}
For environment variables to be recognised, they must be added to the vite.config.js to the existing list under 'define', eg
.env:
IS_STORYBOOK=TRUE
.vite.config.js:
'process.env.IS_STORYBOOK': `"${process.env.IS_STORYBOOK}"`,
<template>
<container>
<row>
<column :md="6">
<cta-button @clicked="$emit('nextScreen')">Start</cta-button>
</column>
</row>
</container>
</template>
<script>
import { Container, Column, Row, CtaButton } from '@worksafevictoria/wcl7.5'
export default {
components: { Container, Column, Row, CtaButton }
}
</script>
<style lang="scss" scoped>
@import './styles';
</style>
feat/JIRA-ID
beta
into feat/JIRA-ID
yarn test
feat/JIRA-ID
to beta
feat/JIRA-ID
into Beta
hotfix/JIRA-ID
release
into feat/JIRA-ID
yarn test
feat/JIRA-ID
to release
feat/JIRA-ID
into release
beta
using the steps for "Deployment Process - Beta"beta
to release
@worksafedigital
feat/JIRA-ID
into release
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
npm run test:unit
npm run lint
FAQs
This repo is based on Vue 3 in Vite, and Storybook 7. It contains all the common components used on the [WorkSafe Victoria](https://www.worksafe.vic.gov.au) public website.
The npm package @worksafevictoria/wcl7.5 receives a total of 161 weekly downloads. As such, @worksafevictoria/wcl7.5 popularity was classified as not popular.
We found that @worksafevictoria/wcl7.5 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.