@sctest/design-system
v0.0.20
Published
sctest design system
Downloads
7
Readme
tailwind 설정
- npm install -D tailwindcss postcss autoprefixer
- npx tailwindcss init -p
- tailwind config js content 설정 (ts로 변경)
- /src global.css 설정
- App.tsx에 global.css import
npm deploy
- npm install -D @types/node vite-plugin-dts
- vite.config.ts 설정
- tsconfig.json include 설정
- npm run build 후 dist 경로 생성 확인
- package.json 정보 설정
- .npmignore 설정
npm publish
- npm sign in
- organization 생성
- $ npm login
- $ npm publish