FediMovies Web UI
Find a file
2021-12-03 22:00:38 +00:00
public Initial commit 2021-11-29 21:18:53 +00:00
src Send transaction ID to server after minting token 2021-12-03 22:00:38 +00:00
tests/unit Initial commit 2021-11-29 21:18:53 +00:00
.browserslistrc Initial commit 2021-11-29 21:18:53 +00:00
.editorconfig Initial commit 2021-11-29 21:18:53 +00:00
.env Initial commit 2021-11-29 21:18:53 +00:00
.eslintrc.js Initial commit 2021-11-29 21:18:53 +00:00
.gitignore Initial commit 2021-11-29 21:18:53 +00:00
.npmrc Initial commit 2021-11-29 21:18:53 +00:00
.stylelintrc.json Initial commit 2021-11-29 21:18:53 +00:00
LICENSE Initial commit 2021-11-29 21:18:53 +00:00
package-lock.json Move post tokenization button to dropdown menu 2021-12-02 22:37:25 +00:00
package.json Move post tokenization button to dropdown menu 2021-12-02 22:37:25 +00:00
README.md Initial commit 2021-11-29 21:18:53 +00:00
tsconfig.json Initial commit 2021-11-29 21:18:53 +00:00
vue.config.js Initial commit 2021-11-29 21:18:53 +00:00

Mitra Web

Default frontend for Mitra.

Requirements

  • node 12+
  • npm 7+

Project setup

npm install
npx allow-scripts

Compiles and hot-reloads for development

npm start

Compile and minify for production

echo "VUE_APP_BACKEND_URL=https://mydomain.tld" > .env.local
npm run build

Run your unit tests

npm run test

Lint files

npm run lint