@vastjs/cyber-atoms-vue
v0.1.0
Published
These visual **Components** are made for VastJS Studio, feel free to contribute or use them.
Downloads
5
Readme
VastJS - @vastjs/cyber-atoms-vue
These visual Components are made for VastJS Studio, feel free to contribute or use them.
Install dependencies manually
First, install the @vastjs/cyber-atoms-vue
components like so:
npm install @vastjs/cyber-atoms-vue
CSS
@/node_modules/@vastjs/cyber-atoms-vue/dist/style.css
VueJS
import CyberAtomsVue from '@vastjs/cyber-atoms-vue';
app.use(CyberAtomsVue, {
})
For Nuxt
./plugins/cyber-atoms.ts
import CyberAtomsVue from '@vastjs/cyber-atoms-vue';
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(CyberAtomsVue, {
})
})
Build locally
npm run build
Run Storybook
npm run storybook
Deploy
npm login
npm publish --access=public
Story book url: http://cyber-lib-sb.s3-website-us-east-1.amazonaws.com/
Contributing
This package is maintained by VastJS's Core team. You're welcome to submit an issue or PR!