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.
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.
Make a new repository from the template and use your favorite package manager to install it. Mine is NPM and the commands are:
git clone https://github.com/FutureShockco/echelon-client.git
cd steem-blockchain-vue-boilerplatenpm installnpm run devMake sure, that reviewed all settings about the build script are in the package.json file and in the .env files.
npm run build