Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dl-nft-books/web-client
- Owner: dl-nft-books
- License: apache-2.0
- Created: 2023-03-01T15:39:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:33:38.000Z (9 months ago)
- Last Synced: 2024-03-28T13:52:14.934Z (9 months ago)
- Topics: frontend, metamask, nft, scss, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 .
```