AWS でWebアプリ作る機会があったので、色々調べるとAmplifyが便利そうだったので使ってみました。今回作成するアプリの主な機能は以下:NuxtベースのTODOアプリLambda使ったGraphQLのAPIDyna... AWS Amplify & Nuxt 使って爆速でWebアプリ作る - Qiita - Qiita |
To build and deploy, please run “npm run generate” and “amplify publish” commands. After deploy, you cannot see the page correctly with “https://dev.<APP ID>.amplifyapp.com/” and “https://dev.<APP ID>.amplifyapp.com/test/”. Then, after adding a rule with the following setting, you can see the page correctly.import colors from 'vuetify/es5/util/colors' export default { ... router: { base: '/test/' } }
Please change img tag src URL to “/test/vuetify-logo.svg” in components/VuetifyLogo.vue to correct Vuetify logo path. Please build with clearning dist directory like following (please remove redirect rule if amplify console has /test/<*> rule). After that, you can see the page correctly.import colors from 'vuetify/es5/util/colors' export default { ... router: { base: '/test/' }, generate: { dir: 'dist/test' } }
rm -r dist npm run generate amplify publish
Streamlit is a …
I bought M5Stac…