We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d41f59 commit af810dbCopy full SHA for af810db
README.md
@@ -135,11 +135,13 @@ Example config your Laravel project with two builds (public and admin)
135
"private": true,
136
"scripts": {
137
// For public application
138
+ "prepare:app": "cd resources/frontend/app && yarn install",
139
"serve:app": "cd resources/frontend/app && yarn run serve",
140
"build:app": "cd resources/frontend/app && yarn run build",
141
"lint:app": "cd resources/frontend/app && yarn run lint",
142
"test:app": "cd resources/frontend/app && yarn run test:unit",
143
// For admin application
144
+ "prepare:admin": "cd resources/frontend/admin && yarn install",
145
"serve:admin": "cd resources/frontend/admin && yarn run serve",
146
"build:admin": "cd resources/frontend/admin && yarn run build",
147
"lint:admin": "cd resources/frontend/admin && yarn run lint",
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments