mirror of
https://github.com/devfake/flox.git
synced 2024-11-14 22:22:39 +01:00
1a1753181f
* create genres table and translate media_type * parse genres from TMDb and modify artisan db command * parse genres on migration * Save genres in new table (via relation) * Implode genres as string. Update genres in refresh. * add tests for genres * fix icon for src * display genres on own page include few ui tweaks
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
{
|
|
"presets": ["es2015", "stage-2"],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
["component", [
|
|
{
|
|
"libraryName": "element-ui",
|
|
"styleLibraryName": "theme-chalk"
|
|
}
|
|
]]
|
|
],
|
|
"comments": false
|
|
}
|