Skip to content

vuejs-finland/vue-cover

Repository files navigation

Vue Finland blog

It is a project for easily templating blogs.

Installation

Use the package manager yarn

yarn install
yarn dev

Contributing

First of all, thanks for thinking of contributing to this project. 😄 If you have any questions get in touch by slack

Opening a PR

  1. Create an issue or pick some issue that has not been assigned

  2. Fork the repository

  3. Install with

    git clone your_forked_project
    cd vue-fi-blog
    yarn install
  4. Run the test suite: yarn test

  5. Make your changes

  6. Run the test suite and lint:

    yarn test
    yarn lint
  7. Push your fork and open a pull request.

A good PR will solve the smallest problem it possibly can, have good test coverage and (where necessary) have internationalisation support.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published