Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project init with nuxt and vuetifyjs #24

Merged
merged 17 commits into from
Jun 6, 2018

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    5ebd24d View commit details
    Browse the repository at this point in the history
  2. Add docker-compose setup

    rickmak committed May 31, 2018
    Configuration menu
    Copy the full SHA
    75c4051 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    253cc9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a69d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d8188e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    731bfdd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    c183945 View commit details
    Browse the repository at this point in the history
  2. Add pg & sequelize modules

    inDream committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3882ff4 View commit details
    Browse the repository at this point in the history
  3. Add database migration

    inDream committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    7e4edb7 View commit details
    Browse the repository at this point in the history
  4. Add user api & model

    inDream committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    c243a16 View commit details
    Browse the repository at this point in the history
  5. Add sequelize db

    rickmak committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    5a1ab9c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Use buildtime directory for node_module

    It will make local development environment and docker development not
    override other node_moudles content. It also speed up the docker
    development environment since there is less files to map at runtime.
    rickmak committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    f519426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec2568 View commit details
    Browse the repository at this point in the history
  3. Add Vuetify

    inDream authored and rickmak committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    3081381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6ee56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb6065c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    998ece0 View commit details
    Browse the repository at this point in the history