2023-05-01から1ヶ月間の記事一覧

BIMモデルを利用したLPを作ってみる② styled-components導入編

単純にstyled-componentsを'edgesout' とエラーが出たのでLTSバージョンをインストール npm i -D styled-components@5.3.10 Typescript用の型定義もインポート npm i -D @types/styled-components@5.1.26

BIMモデルを利用したLPを作ってみる① Next.js + Storybook + Cloudflare編

プロジェクト作成 next バージョン 13.4.2 storybook バージョン 7.0.11 npx create-next-app@latest --ts npm i sb@latest type nextjs npm sb init Storybookのサンプル内のエラー修正 eslintで警告されたエスケープ処理を修正 "args" of child …