@felix.clement.work/dapp-lib
v0.0.58
Published
This template should help get you started developing with Vue 3 in Vite.
Downloads
85
Readme
@felix.clement.work/dapp-lib
This is a library for building decentralized applications (dApps). It's written in Vue.js and uses Vite for development and build processes.
Installation
To install this library, run the following command:
npm install @felix.clement.work/dapp-lib
Usage
After installing, you can import the library components into your project:
import { Component } from '@felix.clement.work/dapp-lib'
Replace Component
with the actual component you want to import from the library.
Scripts
This library provides several npm scripts for development:
dev
: Start the Vite dev server.build
: Run type checks and build the library.preview
: Preview the build in a local server.lint
: Lint the codebase.format
: Format thesrc
directory with Prettier.storybook
: Start the Storybook dev server.build-storybook
: Build the Storybook static site.
Peer Dependencies
This library has several peer dependencies that you need to install in your project:
@headlessui/vue
@vuelidate/core
@vuelidate/validators
pinia
vue
vue-i18n
Development
This library uses Vite for development. To start the dev server, run npm run dev
.
Building
To build the library, run npm run build
.
Storybook
This library uses Storybook for component development and documentation. To start the Storybook dev server, run npm run storybook
.
License
This library is licensed under the MIT License.
Version française
Lire la documentation en: Français