Skip to content

thureindev/twist-tac-toe-vue-fe

Repository files navigation

Dashboard Vite Vue Tailwind

Getting Started!

Welcome to the template! This guide will help you get started quickly and make the most out of this setup. Go to About page for more details about this template.

Prerequisites

Before you begin, you should have a basic understanding of Vue.js. This template is built with Vue.

Setup Instructions

  • Clone this repository to your local machine.
  • Change git remote to our own repo.
git remote remove origin
git remote add origin <yourRemoteUrl>
git push -u origin main
  • In the router.js file, update the list navRoutes. Add or remove routes and components from the JavaScript list as needed.
  • Modify the components in the src/components directory to suit your project requirements.

At this point, your setup is complete, and you can start using the template as you wish. Continue reading if you want to follow instruction to deploy your project.

Deploying on GitHub Pages

  • Update the base URL in vite.config.js to match your github repository name.

vite.config.js

export default defineConfig({
  base: "/yourrepo/", // Update this to your github repo name
  plugins: [vue()],
});
  • Go to your GitHub Pages configuration in the repository settings page and choose the source of deployment as "GitHub Actions".

Now your project should be deployed. Check your GitHub Action to see the deployment workflow.

For more details, refer to Vite guide on GitHub Pages.

For other deployment sites, check out Vite’s guide on deployment for:

About

frontend for twist tac toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages