Skip to content

fhrk-78/toro-map

 
 

Repository files navigation

TOROMap

Client セットアップ

Node.js/Gitをインストールする必要があります

コマンドプロンプトを起動

1行ずつ実行する

> git clone https://github.com/TORO-Server/toro-map.git
> cd toro-map
> npm install
> npm run dev

CSS編集

コマンドプロンプトを起動しながらファイルを編集

https://localhost:5173 を開くとテストできる

CSSの構造:

│  main
│  # 全体のCSS
│
│  form
│  # フォーム用CSS
│
│  general
│  # ボタン等
│
├─views
│ # ページごとのCSS
└─components
  # パーツごとのCSS

About

TOROの交通多機能マップ(開発中)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.1%
  • CSS 18.2%
  • TypeScript 12.8%
  • JavaScript 6.5%
  • HTML 1.4%