Skip to content

zjavax/cardano-wallet-connector-vue

Repository files navigation

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Usage

git clone https://github.com/zjavax/cardano-wallet-connector-vue.git
cd cardano-wallet-connector-vue
npm i
npm run dev

Custom theme

See src/styles/element/index.scss.

国内

npm config set registry http://registry.npm.taobao.org

本项目UI模板

https://vite-starter.element-plus.org/

备注

部署到云上,需要在config文件里配置host: '0.0.0.0'

export default defineConfig({
  server: { host: '0.0.0.0', port: 4001 },

live-server --port=4001 --host=0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published