文件名称:nuxt-dashboard:使用Vue.js(Nuxt.js)和TailwindCSS构建开源管理仪表板
文件大小:209KB
文件格式:ZIP
更新时间:2024-04-18 01:50:11
Vue
Nuxt资讯主页 Nuxt.js +尾风CSS 构建设置 # install dependencies $ yarn install # serve with hot reload at localhost:3000 $ yarn dev # build for production and launch server $ yarn build $ yarn start # generate static project $ yarn generate 有关工作原理的详细说明,请查看 。 演示:
【文件预览】:
nuxt-dashboard-master
----.gitignore(1KB)
----components()
--------maps()
--------Navbar.vue(32KB)
--------navbar()
--------Logo.vue(689B)
--------aside()
----package.json(1KB)
----jsconfig.json(209B)
----assets()
--------svg()
--------scss()
----tsconfig.json(455B)
----static()
--------favicon.ico(1KB)
----nuxt.config.js(2KB)
----types()
--------vue-shim.d.ts(77B)
----.eslintrc.js(701B)
----README.md(440B)
----layouts()
--------default.vue(17KB)
----.vscode()
--------settings.json(142B)
----vercel.json(528B)
----store()
--------sidebar.js(201B)
--------index.js(1KB)
----plugins()
--------after-each.js(134B)
--------yandex-map.js(217B)
--------leaflet.js(182B)
----pages()
--------docs.vue(1KB)
--------logout.vue(163B)
--------map-box.vue(254B)
--------vector-maps.vue(327B)
--------yandex-maps.vue(975B)
--------forgot-password.vue(172B)
--------reset-password.vue(171B)
--------index.vue(160B)
--------leaflet-maps.vue(888B)
--------signin.vue(163B)
--------google-maps.vue(221B)
--------miro.vue(151B)
--------lock-screen.vue(168B)
--------typography.vue(4KB)
--------users.vue(156B)
--------kanban.vue(153B)
--------buttons.vue(161B)
--------user-profile.vue(159B)
--------ecommerce.vue(161B)
--------email-confirmation.vue(175B)
--------subscribe.vue(166B)
--------signup.vue(163B)
----tailwind.config.js(335B)
----.editorconfig(207B)
----.prettierrc(43B)
----yarn.lock(426KB)