Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.7 KB

File metadata and controls

59 lines (38 loc) · 1.7 KB

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