Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dl-nft-books/web-client

Web client for minting NFT books
https://github.com/dl-nft-books/web-client

frontend metamask nft scss typescript vue

Last synced: about 1 month ago
JSON representation

Web client for minting NFT books

Awesome Lists containing this project

README

        

# Web client NFT-books

## based on:
- Vite
- Vue 3
- Typescript
- Vue-Router
- PiniaJS
- Eslint + Stylelint + prettier

## Project setup
```
yarn
```

### Compiles and hot-reloads for development
```
yarn start
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Run unit tests
```
yarn test
```

### Lints release/release candidate version
```
yarn rsc %release-version%
```

### Build docker image with version
```
docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t vue-template .
```