Skip to content

telosnetwork/evm-ui-template-examples

Repository files navigation

Telos EVM Quasar Vue Template Example

Use this example built from our Telos EVM Quasar Vue Template to get inspiration. It uses Quasar & Vue and has an implementation of etherJS.

Requirements

This template requires NodeJS 14+ and NPM installed

Add Vue and Quasar packages globally

npm install -g @vue/cli
npm install -g @quasar/cli

Clone this repo to your local machine and enter its directory

  • Install the repository on your machine with git clone https://github.com/telosnetwork/evm-ui-template-examples or download the code and install it manually
  • Enter the directory of the project cd evm-ui-template-examples

Install the project dependencies

npm install

Rename .env.sample to .env

mv .env.sample .env

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

quasar build

Go further

Customize the configuration

See Configuring quasar.config.js.

Get to know EthersJS

See the documentation

Releases

No releases published

Packages

 
 
 

Contributors