-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Vue.js frontend skeleton #12
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
+ Coverage 68.11% 68.66% +0.54%
==========================================
Files 17 17
Lines 643 651 +8
Branches 51 52 +1
==========================================
+ Hits 438 447 +9
+ Misses 195 194 -1
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
add brands table & change to ForeignKeyonline-store-rest-api/online_store/backend/models/item.py Lines 39 to 44 in ae1606e
This comment was generated by todo based on a
|
change to foreign key for currenciesonline-store-rest-api/online_store/backend/models/item.py Lines 41 to 46 in ae1606e
This comment was generated by todo based on a
|
add brands table & change to ForeignKeyonline-store-rest-api/online_store/backend/models/item.py Lines 39 to 44 in 7b40c65
This comment was generated by todo based on a
|
add brands table & change to ForeignKeyonline-store-rest-api/online_store/backend/models/item.py Lines 39 to 44 in e025f0b
This comment was generated by todo based on a
|
add brands table & change to ForeignKeyonline-store-rest-api/online_store/backend/models/item.py Lines 39 to 44 in 7dfb67c
This comment was generated by todo based on a
|
add brands table & change to ForeignKeyonline-store-rest-api/online_store/backend/models/item.py Lines 39 to 44 in cf11f6f
This comment was generated by todo based on a
|
Add code infrastructure for developing front-end SPA with Vue.js