All Projects โ†’ MinterTeam โ†’ minter-console-web

MinterTeam / minter-console-web

Licence: MIT license
Official Minter Console website

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to minter-console-web

minter-explorer-web
Official Minter Explorer website
Stars: โœญ 12 (-61.29%)
Mutual labels:  minter
minter-go-sdk
Minter Blockchain Golang SDK, ๐Ÿ’ณ wallet, ๐Ÿงพ transactions, gRPC and HTTP clients ๐ŸŒ https://t.me/MinterGoSDK
Stars: โœญ 12 (-61.29%)
Mutual labels:  minter
minter-js-sdk
JS SDK for Minter Blockchain
Stars: โœญ 27 (-12.9%)
Mutual labels:  minter

Minter Console Website

Build Status License: MIT

This is the repository containing the code for the official Minter Console website console.minter.network

Install

  • clone the repo
  • ensure latest stable Node.js and NPM are installed
  • install node_modules npm ci
  • copy .env.master cp .env.master .env
  • set correct .env variables
  • build npm run production
  • now you have static assets in the ./dist/ folder, you have to distribute them with some web server like Nginx (or run npm run start, but it's not recommended for production)

Deployment script

Build in Nuxt SPA mode

npm ci && npm run production

Root folder: ./dist/

Nuxt build cheatsheet

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

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].