diff --git a/src/layout/AppMenu.vue b/src/layout/AppMenu.vue index d562023..454c247 100644 --- a/src/layout/AppMenu.vue +++ b/src/layout/AppMenu.vue @@ -166,7 +166,7 @@ const model = ref([
- Sakai is an application template for Vue based on the create-vue, the recommended way to start a Vite-powered Vue projects. To get started, clone the - repository from GitHub and install the dependencies with npm or yarn. + Sakai is an application template for Vue based on the create-vue, the recommended way to start a Vite-powered Vue + projects. To get started, clone the repository from GitHub and install the dependencies with npm or yarn.
-Next step is running the application using the serve script and navigate to http://localhost:5173/ to view the application. That is it, you may now start with the development of your application using the Sakai template.
-Sakai consists of a couple folders, demos and layout have been separated so that you can easily remove what is not necessary for your application.
@@ -42,31 +36,27 @@ npm run devOnly the folders that are related to the layout needs to move in to your project. We've created a short tutorial with details.
- +- Sakai theming is based on the PrimeVue theme being used. Default theme is lara-light-indigo. -
+Sakai theming is based on the PrimeVue theme being used. Default theme is lara-light-indigo.
- In case you'd like to customize the main layout variables, open _variables.scss file under src/layout folder. Saving the changes will be reflected instantly at your browser. -
+In case you'd like to customize the main layout variables, open _variables.scss file under src/layout folder. Saving the changes will be reflected instantly at your browser.