A collaborative web map for the video game Atlas
- Vue 45%
- TypeScript 39.6%
- JavaScript 10.6%
- HTML 2.6%
- SCSS 2.2%
| .vscode | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc.json | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| quasar.config.ts | ||
| README.md | ||
| tsconfig.json | ||
Atlas Web Map (atlas-web-map)
A collaborative web map for the video game Atlas
Furtive Sage Gaming Map Included
Missing High Res Grid map images and tradewinds for the following: A1 (0-0) D2 (3-1) F3 (5-2) F4 (5-3) G4 (6-3) G6 (6-5) H4 (7-3) H7 (7-6) I1 (8-0) I7 (8-6) I8 (8-7)
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn lint
# or
npm run lint
Format the files
yarn format
# or
npm run format
Build the app for production
quasar build