taskwarrior-webui/frontend
dependabot[bot] 3bd7520185
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /frontend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 02:16:41 +00:00
..
assets feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
components feat(frontend): add highlighting for tasks 2020-07-15 19:59:01 -07:00
layouts feat(frontend): add icons and add config for PWA 2020-07-15 21:34:01 -07:00
middleware feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
pages feat(frontend): add highlighting for tasks 2020-07-15 19:59:01 -07:00
plugins feat(frontend): add basic configurations 2020-07-06 22:32:27 -07:00
static feat(frontend): add icons and add config for PWA 2020-07-15 21:34:01 -07:00
store feat(frontend): add settings and auto refresh 2020-07-15 03:20:39 -07:00
types feat(frontend): add vuex 2020-07-06 22:32:59 -07:00
.editorconfig feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
.eslintignore feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
.eslintrc.js feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
.gitignore feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
jsconfig.json feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
nuxt.config.js feat(frontend): add icons and add config for PWA 2020-07-15 21:34:01 -07:00
package-lock.json chore(deps): bump lodash from 4.17.15 to 4.17.19 in /frontend 2020-07-18 02:16:41 +00:00
package.json chore(deps): bump lodash from 4.17.15 to 4.17.19 in /frontend 2020-07-18 02:16:41 +00:00
README.md feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
tsconfig.json feat(frontend): add basic configurations 2020-07-06 22:32:27 -07:00

frontend

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.