Skip to content

shimakyohsuke/oreore-web-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OREORE Web Starter Kit

Build Status

Standard - JavaScript Style Guide

Standard - JavaScript Style Guide

gulp, Pug, Stylus, webpack

Usage

$ git clone git@github.com:shimakyohsuke/oreore-web-starter-kit.git

or

Zip

$ cd oreore-web-starter-kit
$ npm i

Styleguide

Aigis: https://pxgrid.github.io/aigis/

$ npm run aigis

その他

node_modules の更新確認

npm-check-updates というパッケージを global にインストール

$ npm install -g npm-check-updates
$ npm-check-updates

or

ncu

新しいパッケージがあれば、

$ npm-check-updates -u

or

ncu -u

node_modules の cache 削除

$ rm -rf node_modules
$ npm cache clean
$ npm cache ls
$ rm -rf ~/.npm

.gitignore の cache 削除

$ git rm -r --cached .
$ git add .
$ git commit -m ".gitignore is now working"
$ git push origin master