Skip to content

openkawasaki/kcbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ワンライナー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