일단 설치를 해봤어요.~ 정보
일단 설치를 해봤어요.~
본문
파이썬이라서 호기심이 생겨서
설치를 해봤는데...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
이젠 하나하나 파고 싶어지네요!!!!
// style.scss
// tailwindcss, sass 적용.
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
[v-cloak] {
display: none;
}
body {
@apply flex flex-col border border-red-400;
}
.button {
@apply flex;
}
.el-button {
@apply font-bold;
}
---------
Vue3 적용~. 제이쿼리는 저리가라~
{#base.html}
{#Vue 적용#}
<script type="module">
const { createApp } = Vue
const app = createApp({
setup() {
const message = 'asdlfasdfkjaklsjf'
const items = [1, 2, 3, 4, 5]
return { message, items }
}
})
app.config.compilerOptions.delimiters = ['${', '}']
app.mount('#app')
</script>
<div>message: ${ message }</div>
<div v-for="(item, index) in items">${ item }</div>
Todo:
목록형게시판 완료. - 페이지네이션 아이콘 .py 파일에서 수정하는거라서 ㅠㅠ. 나중에 테마에는 적용을 못할듯;;;
https://g6.suuon.com/board/free
버그가 좀 많네요.
운영반영하니 로컬에서 볼수 없던 많은 에러들이 발생합니다.
설치를 해봤는데...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
이젠 하나하나 파고 싶어지네요!!!!
// style.scss
// tailwindcss, sass 적용.
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
[v-cloak] {
display: none;
}
body {
@apply flex flex-col border border-red-400;
}
.button {
@apply flex;
}
.el-button {
@apply font-bold;
}
---------
Vue3 적용~. 제이쿼리는 저리가라~
{#base.html}
{#Vue 적용#}
<script type="module">
const { createApp } = Vue
const app = createApp({
setup() {
const message = 'asdlfasdfkjaklsjf'
const items = [1, 2, 3, 4, 5]
return { message, items }
}
})
app.config.compilerOptions.delimiters = ['${', '}']
app.mount('#app')
</script>
<div>message: ${ message }</div>
<div v-for="(item, index) in items">${ item }</div>
Todo:
목록형게시판 완료. - 페이지네이션 아이콘 .py 파일에서 수정하는거라서 ㅠㅠ. 나중에 테마에는 적용을 못할듯;;;
https://g6.suuon.com/board/free
버그가 좀 많네요.
운영반영하니 로컬에서 볼수 없던 많은 에러들이 발생합니다.
추천
2
2
댓글 전체

시작이 반이죠 ~

그쵸, 시간 될때마다 조금조금씩 만들어가는 중 입니다 ㅎㅎ