Skip to content

carlosgomez2/apa-formatter

Repository files navigation

apa-formatter

A simple Apa Formatter for Books, Magazine, Encyclopedia, Newspapper and Web.

SITE

Hosted on Github Pages: Apa Formatter

SCREENSHOTS

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# if error to build
rm -rf node_modules && npm install

# security audit
npm audit

# Steps to serve from gh pages:
  npm run build
  # change name folder 'dist' to 'docs'
  # go to 'docs' folder
  # open index.html and remove '/' in the beginning of every script and link tag's 'src' attribute
  git push origin master
  # go to repo settings
  # scroll to Github Pages settings
  # change 'source' to 'master branch/docs folder'
  # if change required, repeat every step

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

The MIT License (MIT)

Copyright (c) 2018 Carlos Gómez

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple Apa Formatter on Vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages