Adding Tailwind and start application views

This commit is contained in:
Matthew Aaron Raymer
2022-11-26 12:36:39 +08:00
parent 2243458a67
commit ea668a87d4
7 changed files with 568 additions and 173 deletions

View File

@@ -4,4 +4,6 @@ import "./registerServiceWorker";
import router from "./router";
import store from "./store";
import "./assets/styles/tailwind.css";
createApp(App).use(store).use(router).mount("#app");