RickMortynson / near-vue-ts-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example of the vue app with near-api-js connection


Code itself is quite self-describable, so there are no comments. Almost. The most important thing is to use Buffer.Buffer as window.Buffer (in ./near/index.ts:5): in some cases app does not work without it.

Basically, this repository can be used as template for your project: It has essential (imo) packages - eslint + prettier with reasonable configs, husky with pre-commit git hook to format code before commit

screenshots

'login-page' 'user-info'

About


Languages

Language:Vue 48.4%Language:TypeScript 27.0%Language:HTML 17.7%Language:JavaScript 5.0%Language:Shell 1.8%