Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@unimelb/pattern-lib-vue

Package Overview
Dependencies
6
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.6 to 3.5.7

4

package.json
{
"name": "@unimelb/pattern-lib-vue",
"description": "A complete design system for the University of Melbourne.",
"version": "3.5.6",
"version": "3.5.7",
"repository": {

@@ -132,2 +132,2 @@ "type": "git",

}
}
}

@@ -10,14 +10,26 @@ # Pattern Library

## Set-up
## Getting started
The design system requires Node.js ~6.11.3, and the latest version of [yarn](https://yarnpkg.com/en/). To set it up, run:
The design system requires:
```
- [Node](https://nodejs.org/en/) (~6.11.3)
- [Yarn](https://yarnpkg.com/lang/en/docs/install/) (latest version)
```bash
# 1. Clone the repository.
git clone https://github.com/unimelb/pattern-lib.git
# 2. Enter your newly-cloned folder.
cd pattern-lib
# 3. Copy the env file.
cp .env.example .env
# 4. Install dependencies. Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install
yarn
# 5. Read the documentation linked below for "Setup and development".
```
## Development

@@ -30,2 +42,21 @@

### Generator
This project includes generators to speed up common development tasks. Commands include:
```bash
# Generate a new component
yarn generate component
```
You will then be asked for the name of the component, this will be used to create a new folder with a minimal component layout and story
```bash
# Generate a new view component
yarn generate story
```
You will need to select the component from the list of folders, then confirm the selection by selecting `choose this directory`. You will then be asked to give the story a name.
> **Note** This requires some special comments are added in the stories/index.js file. If it doesn't work make sure the comments are the same as in the template directory
### Targets

@@ -70,24 +101,3 @@

### Generator
#### Components
New components can be scaffolded by running:
- `yarn generate component`
You will then be asked for the name of the component, this will be used to create a new folder with a minimal component layout and story.
#### Stories
New stories can be scaffolded too by running:
- `yarn generate story`
You will need to select the component from the list of folders, then confirm the selection by selecting `choose this directory`. You will then be asked to give the story a name.
> **Note** This requires some special comments are added in the stories/index.js file. If it doesn't work make sure the comments are the same as in the template directory
## Release process

@@ -94,0 +104,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc