All Projects → vitelabs → vite-wallet

vitelabs / vite-wallet

Licence: other
The Desktop Wallet of Vite

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to vite-wallet

peeky
A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
Stars: ✭ 611 (+1870.97%)
Mutual labels:  vite
giraffe
📰 Free news, blogs or magazines application theme, built with Vite & Vuetify created by HeroUI.
Stars: ✭ 46 (+48.39%)
Mutual labels:  vite
theme-generator
CSS Color Theme Generator based on Numl.Design theme generator & HSLuv color space 🌈
Stars: ✭ 17 (-45.16%)
Mutual labels:  vite
vite-plugin-md
Markdown with Vue for Vite
Stars: ✭ 289 (+832.26%)
Mutual labels:  vite
react-antd-low-code
简易版 react 低代码平台
Stars: ✭ 45 (+45.16%)
Mutual labels:  vite
learn-wasm
🎲 Learning WebAssembly
Stars: ✭ 57 (+83.87%)
Mutual labels:  vite
vue3-demo
💡 vue3新特性示例: 响应式API、组合式API、TodoMVC
Stars: ✭ 114 (+267.74%)
Mutual labels:  vite
vite-svg-loader
Vite 2.x plugin to load SVG files as Vue components
Stars: ✭ 124 (+300%)
Mutual labels:  vite
vite-react-ts-tailwind-firebase-starter
Starter using Vite + React + TypeScript + Tailwind CSS. And already set up Firebase(v9), Prettier and ESLint.
Stars: ✭ 108 (+248.39%)
Mutual labels:  vite
vue3.0-template-admin
本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等
Stars: ✭ 500 (+1512.9%)
Mutual labels:  vite
swappy-one
swappy.one
Stars: ✭ 24 (-22.58%)
Mutual labels:  vite
vite-plugin-env-compatible
Environment Variables Compatible for vite(with vue-cli, create-react-app and so on)
Stars: ✭ 35 (+12.9%)
Mutual labels:  vite
github-contribution-graph
Add beautiful GitHub contribution/commit graph to your profile README!
Stars: ✭ 37 (+19.35%)
Mutual labels:  vite
vitesse-nuxt-bridge
🏕 Vitesse experience for Nuxt 2 and Vue 2
Stars: ✭ 149 (+380.65%)
Mutual labels:  vite
vitawind
Install and Setting Tailwindcss automatically for Vite
Stars: ✭ 46 (+48.39%)
Mutual labels:  vite
vite-plugin-relay
A vite plugin for Relay
Stars: ✭ 44 (+41.94%)
Mutual labels:  vite
electron-vite-template
👻 A fast Simple Vite 2, Vue 3 and Electron 13.x template.
Stars: ✭ 56 (+80.65%)
Mutual labels:  vite
vite-plugin-sass-dts
This is a plugin that automatically creates a type file when using the CSS module type-safely.
Stars: ✭ 20 (-35.48%)
Mutual labels:  vite
unplugin
Unified plugin system for Vite, Rollup, Webpack, and more
Stars: ✭ 998 (+3119.35%)
Mutual labels:  vite
vue-3-stackter
A Vue3 starter project setup with Vite, Vue-meta, Router, Vuex, Eslint, Prettier, Tailwind CSS, and some custom preferences. Also, there is a TypeScript branch of this same setup.
Stars: ✭ 93 (+200%)
Mutual labels:  vite

vite-wallet

The Desktop Wallet of Vite.

Version Version Twitter Follow GitHub all releases Commitizen friendly

Changelog

Installation

The Vite Desktop Wallet supports Mac and Windows. Download and install.

Development

Init submodule

This project requires the vite-web-wallet. You need init submodules first.

git submodule init
git submodule update

Install

Install dependencies

yarn

Install the dependencies of vite-web-wallet

cd ../vite-web-wallet
# Be sure you are in the folder of vite-web-wallet
yarn

Develop Mode

Launch the local dev server of vite-web-wallet

# Be sure you are in the folder of vite-web-wallet
yarn dev

Now open a new tab on terminal

yarn dev

Commit code:

yarn commit

Build

First, you need build the vite-web-wallet dist:

# Be sure you are in the folder of vite-web-wallet
yarn build

Second, you need to build vite-wallet:

cd ../vite-wallet
# Be sure you are in the folder of vite-wallet

# Build Mac installation
yarn build

# Build Windows installation
yarn build:win

Release

Set .env

Before running release script, you need create a .env file. About .env config, you can look .env.example;

GH_TOKEN=<Github Personal Token: required>
GPG_SIGN_KEY=<GPG Sign Key: optional>

Release

Here is the release script of vite-wallet. It do something like:

  1. Bump version
  2. Choose which platform to build
  3. Release package to github
  4. Sigin with GPG key
yarn release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].