djpfs / sudoku

A sudoku game writed using Nuxt + TailwindCss

Home Page:https://sudoku-psi-sepia.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

A sudoku game made with Nuxt.js and Tailwind CSS.

Home Game

Lide preview: https://sudoku-psi-sepia.vercel.app

Using

sudoku-gen: https://www.npmjs.com/package/sudoku-gen

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About

A sudoku game writed using Nuxt + TailwindCss

https://sudoku-psi-sepia.vercel.app

License:MIT License


Languages

Language:Vue 86.3%Language:TypeScript 10.3%Language:JavaScript 2.8%Language:CSS 0.6%