Skip to content

FutureShockco/echelon-client

 
 

Repository files navigation

Steem dApp starter template based on Vue 3, Bootstrap 5, SASS with Dark Light/Theme and Typescript

This template was created to help Steem developers jumpstart their development. It uses Vue 3 with Composition API and Typescript support and added Bootstrap 5 with support for SASS Different Color Themes and Dark Themes.

Frameworks

Supported preprocessors

Additional packages

Builder

Developer notes

There is one layout (Default) — but more layouts can be easily added. Layouts are changed based on Nested Named Routes in Vue Router. This way does not use dynamic imports and works faster.

Get Started

Make a new repository from the template and use your favorite package manager to install it. Mine is NPM and the commands are:

Get the project

git clone https://github.com/FutureShockco/echelon-client.git
cd steem-blockchain-vue-boilerplate

Install

npm install

Development

npm run dev

Build

Make sure, that reviewed all settings about the build script are in the package.json file and in the .env files.

npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 62.2%
  • CSS 16.0%
  • TypeScript 11.0%
  • Vue 8.4%
  • JavaScript 2.3%
  • HTML 0.1%