/kcbp

川崎シビックパワーバトル (latest)

Primary LanguageCSSApache License 2.0Apache-2.0

川崎シビックパワーバトル

ワンライナーWebサーバ (Python3)

$ python -m http.server 8000

VSCode

VSCode extension install

* Auto Rename Tag
* EditorConfig for VS Code
* ESLint
* Markdown All in One
* stylelint
* Vetur

Vue.js

$ npm install -g vue-cli
$ vue init webpack kcpb
	-> https://github.com/vuejs-templates/webpack
$ cd kcpb
$ npm install
$ npm run dev