FediMovies Web UI
public | ||
src | ||
tests/unit | ||
.browserslistrc | ||
.editorconfig | ||
.env | ||
.eslintrc.js | ||
.gitignore | ||
.npmrc | ||
.stylelintrc.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vue.config.js |
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