Mirror of the twinemedia-frontend GitHub repository
  • Vue 91.7%
  • JavaScript 8.1%
  • HTML 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-30 17:06:31 -04:00
.idea apply new code style and fix tiny issues 2021-08-16 22:29:07 -04:00
public properly expose build time 2021-03-27 22:46:41 -04:00
src format file sizes in increments of 1024 instead of 1000 2022-08-03 17:51:42 -04:00
.gitignore Initial commit 2020-05-27 11:32:00 -04:00
babel.config.js apply new code style and fix tiny issues 2021-08-16 22:29:07 -04:00
LICENSE Initial commit 2020-05-27 11:32:00 -04:00
package.json upgraded sockjs 2026-07-30 17:06:31 -04:00
README.md update readme 2020-07-11 11:52:06 -04:00
yarn.lock upgraded sockjs 2026-07-30 17:06:31 -04:00

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

Customize configuration

See Configuration Reference.