Skip to content

takaT6/2048-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Vue.js + TypeScript + Webpack

2048 game

Vue.jsに触れてみる第一弾です。クオリティは求めないでください。

DEMO

play => https://heretics-of-nagasaki.com/2048/ スクリーンショット 2022-06-08 2 14 55

Requirement

  • webpack 5.72.1
  • webpack-cli 4.9.2
  • webpack-dev-server 4.9.1
  • typescript 4.7.2
  • ts-loader 9.3.0
  • .
  • . Please see "package.json".

Installation

# install dependencies
npm install

Usage

# app build
npm run build

# serve with hot reload
npm run start

Note

2022/06/07/02:21 まともに動くソースをアップロード ToDo-> スマホ対応