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

https://github.com/onmax/nimiq-roadmap


https://github.com/onmax/nimiq-roadmap

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Nimiq Vue Template



Nimiq Vue Template


This template should help you get started developing with Nimiq in Vue 3. Highly opinionated!


Template on Codesandbox

## Try it now!

This template requires Node >=18

### GitHub Template

Create a repo from this template on GitHub. You can use the button "Use this template" in the top right.

### Clone to local

If you prefer to do it manually with the cleaner git history

```bash
npx degit onmax/nimiq-vue-template my-awesome-nimiq-app
cd my-awesome-nimiq-app
pnpm i
```

> [!NOTE]
> If you don't have pnpm installed, run: `npm install -g pnpm`.
> Alternatively, you can delete `pnpm-lock.yaml` and use npm or yarn

## Features

- Includes `@nimiq/core@next` and connects to the Nimiq Albatross Testnet.
- Uses `nimiq-css` and `Nimiq Icons` for the UI. Supports dark mode!
- Uses `vue-router`, `vueuse` and `pinia`
- Added `unocss` with `attributify` mode.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar).

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```