0.2.3 • Published 2 years ago

@schbz/dev-helper-panel v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Dev Helper Panel


Install

npm i schbz@dev-helper-panel

Setup

Import: (in your main.js)

import DevHelperPanel, Optionns from 'insert thing here onec changes'
Vue.use(DevHelperPanel, options)

Usage

Use: (in your local .vue file/component, html section)

<dev-Helper-panel
/>


<!-- Options struct: -->
options: {
  breakpointsTailwind: {
    value: "complete later"
  },

  }
}

Update package:

1. Compile and build for production

npm run build

2. check into git

git add .
git commit -m "Message.."

3. Publish to NPM

# Do some work...

# x.x.1 -> x.x.2
npm version patch

# x.1.0 -> x.2.0
npm version minor

# 1.0.0 -> 2.0.0
npm version major
0.2.3

2 years ago

0.2.0

2 years ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago