This repository was archived by the owner on May 15, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
TikTok Media Matrix Operation Platform: Streamlining operations with automated registration, seamless uploads, and effortless account maintenance. Enhance your workflow with intelligent automation.
NotificationsYou must be signed in to change notification settings
tikmatrix/tiktok-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
move totiktok-matrix
tiktok-server is the back end of this project
# vuegit clone https://github.com/niostack/tiktok-vue.gitcd tiktok-vuenpm install# for demonpm run dev# for productionnpm run build
# install tailwindcssnpm install -D tailwindcss@latest postcss@latest autoprefixer@latestnpx tailwindcss init -p
<Pagination :items="devices" :pageSize="5" searchKeys="name"> <template v-slot:buttons> <Button label="Button 1" /> <Button label="Button 2" /> <!-- 添加更多按钮 --> </template> <template v-slot:default="slotProps"> <div v-for="item in slotProps.items" :key="item.id"> <!-- 在这里添加你自己的内容 --> </div> </template></Pagination>