Mirror of the twinemedia-frontend GitHub repository
  • Vue 91.7%
  • JavaScript 8.1%
  • HTML 0.2%
Find a file
2022-08-03 17:51:57 -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 Bump axios from 0.21.1 to 0.21.2 2022-01-14 15:43:50 +00:00
README.md update readme 2020-07-11 11:52:06 -04:00
yarn.lock Merge pull request #1 from twinemedia/dependabot/npm_and_yarn/highlight.js-9.18.5 2022-01-14 10:49:58 -05: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.