노트

3289 단어
오류 메시지: "일부 라이선스가 수락되지 않아 다음 Android SDK 패키지를 설치하지 못했습니다."

Android Studio는 도구 -> SDK 관리자 -> SDK 도구 탭으로 이동합니다.
Android SDK 명령줄 도구 선택(최신)
적용을 누르십시오

~/.bash_profile 업데이트

$export JAVA_HOME=/Applications/Android\Studio.app/Contents/jre/jdk/Contents/Home
$source ~/.bash_profile
$예 | ~/라이브러리/Android/sdk/tools/bin/sdkmanager --licenses

대 코드
뒷바람 CSS

VS 코드를 실행합니다.
명령 팔레트(⇧⌘P)를 열고 'shell command'를 입력하여 Shell 명령을 찾습니다. PATH 명령에 'code' 명령을 설치합니다.

sudo npm install -g @aws-amplify/cli --unsafe-perm=true
증폭 구성

npx create-next-app my-amplify-blog
cd my-amplify-blog
코드 . #코드 대
npm install --글로벌 원사
원사 추가 react-markdown aws-amplify

npm 실행 개발

npm 실행 빌드 && npm 시작

원사 반응-네이버-맵 추가

==== 다음 튜토리얼

npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter "

====

$npx create-next-app ampify-next
$npm install --global 원사
$yarn add aws-amplify @aws-amplify/ui-react react-simplemde-editor react-markdown uuid

$yarn add tailwindcss@latest postcss@latest autoprefixer@latest @tailwindcss/typography

$npx 순풍 초기화 -p

tailwind.config.js >>
플러그인: [
require('@tailwindcss/typography')
],

스타일/global.css >>
@tailwind 기지;
@tailwind 구성 요소;
@tailwind 유틸리티;

$amplify init #amplify cli가 설치되었다고 가정합니다.

이미지 캡처

$amplify API 추가

$amplify 푸시

Yes;Yes;javascript;.graphql/*/.js;Yes;default




$amplify 콘솔 API

./configureAmplify.js

import Amplify from 'aws-amplify'
import config from './aws-exports'
Amplify.configure(config)




./pages/_app.js #글로벌

import '../configureAmplify'




./페이지/인덱스.js

import { useState, useEffect } from 'react'
import Link from 'next/link'
import { API } from 'aws-amplify'
import { listPosts } from '../graphql/queries'




내보내기 기본 함수 Home() {
const [게시물, setPosts] = useState([])
useEffect(() => {
페치포스트()
}, [])

비동기 함수 fetchPosts() {
const postData = API.graphql({

  query: listPosts
})
setPosts(postData.data.listPosts.items)

}

반품 (


게시물



{
posts.map((게시물, 색인) => (


{post.title}




)
)
}


)
}

$amplify 인증 추가

$amplify 푸시 --y

/페이지/프로필.js
/페이지/_app.js

$amplify 업데이트 API
$amplify 푸시 --y

좋은 웹페이지 즐겨찾기