Notice
Recent Posts
Recent Comments
Link
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- background-position
- useEffect
- AWS AI
- windows-build-tools
- 퍼블리싱
- Vue
- window terminal
- startingDirectory
- Vuetify
- default path
- componentDidUpdate
- E-Book
- background-image
- HTML
- npm
- tailwindcss
- AWS Builders Online
- default profile
- Hooks
- react
- vue config
Archives
목록tailwindcss (1)
ZungTa Blog

한 개의 Vue 프로젝트 안에서 어드민페이지도 같이 넣어주기 위해서 vue.config.js에서 pages: { index: { entry: 'src/main.js', template: 'public/index.html', filename: 'index.html' }, mngr: { entry: 'src/admin/admin.js', template: 'public/admin.html', filename: 'admin.html', } } 이런식으로 분리를 해주고 일반 페이지에서는 tailwindcss를 사용하고 admin 페이지쪽에서는 vuetify를 사용하였다. dev-server로 운영중일 때는 잘 되었었는데 build를 하니까 문제가 발생했다. 양쪽의 css가 다 틀어지는 것이었다. 원인 분석을 해..
Dev/Web
2021. 3. 24. 14:09