Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolajszymczuk1/antsanddragons
https://github.com/mikolajszymczuk1/antsanddragons
ants dragons game oop tailwindcss vue website
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikolajszymczuk1/antsanddragons
- Owner: mikolajszymczuk1
- License: gpl-3.0
- Created: 2022-05-22T09:53:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T19:46:28.000Z (over 2 years ago)
- Last Synced: 2024-04-28T06:27:41.260Z (7 months ago)
- Topics: ants, dragons, game, oop, tailwindcss, vue, website
- Language: JavaScript
- Homepage: https://shimmering-starlight-003d36.netlify.app/
- Size: 587 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AntsAndDragons
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
```sh
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```