Capture few seconds as a gif, for souvenir https://souvenir.cam
Find a file
2019-03-11 22:10:12 +01:00
public refactor(builder): replace vue-cli by parcel (wip) 2019-03-11 17:46:21 +01:00
src chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
.browserslistrc init 2019-03-09 00:15:11 +01:00
.csscomb.json chore: Add csscomb config 2019-03-09 01:09:36 +01:00
.editorconfig init 2019-03-09 00:15:11 +01:00
.eslintignore chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
.eslintrc.js chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
.gitignore refactor(builder): replace vue-cli by parcel (wip) 2019-03-11 17:46:21 +01:00
babel.config.js refactor(builder): replace vue-cli by parcel (wip) 2019-03-11 17:46:21 +01:00
package-lock.json chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
package.json chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
postcss.config.js init 2019-03-09 00:15:11 +01:00
README.md chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
vue.config.js chore(webpack): Fallback to worker-loader in inline 2019-03-10 06:03:18 +01:00

Souvenir

Capture few seconds as a gif for souvenir

Project setup

npm i

of if you don't want to impact the package-lock

npm ci

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint
npm run lint-fix