mirror of
https://github.com/twinemedia/twinemedia-frontend.git
synced 2026-06-29 08:08:30 +00:00
Mirror of the twinemedia-frontend GitHub repository
- Vue 91.7%
- JavaScript 8.1%
- HTML 0.2%
| .idea | ||
| public | ||
| src | ||
| .gitignore | ||
| babel.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
twinemedia-frontend
Install for TwineMedia
Edit constants.js if your backend is not on the same domain as your frontend.
Once you are finished, run either yarn run build (for Yarn) or npm run build (for NPM).
Place the contents of the generated dist/ directory into wherever your frontend will be served from.
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint