Capture few seconds as a gif, for souvenir https://souvenir.cam
Find a file
2019-03-12 15:10:52 +01:00
public refactor(builder): replace vue-cli by parcel (wip) 2019-03-11 17:46:21 +01:00
src style(capture options): Fix select appearance 2019-03-12 15:10:52 +01:00
.browserslistrc init 2019-03-09 00:15:11 +01:00
.csscomb.json style(capture options): Fix select appearance 2019-03-12 15:10:52 +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 refactor: clean service-worker vestiges 2019-03-12 10:09:48 +01:00
package.json refactor: clean service-worker vestiges 2019-03-12 10:09:48 +01:00
README.md chore: Re-setup eslint 2019-03-11 22:10:12 +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