taskwarrior-webui/frontend
dependabot[bot] 615ebdccb8
chore(deps): bump parse-url from 6.0.0 to 6.0.2 in /frontend
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 01:55:45 +00:00
..
assets feat(frontend): add sync in settings 2020-10-29 20:57:21 +08:00
components Compact task editing fields 2022-05-22 10:05:51 +02:00
layouts fix(frontend): fix props type error 2022-02-07 18:37:15 -05:00
middleware feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
pages fix(frontend): apply settings upon change 2020-10-29 21:01:02 +08: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 sync in settings 2020-10-29 20:57:21 +08:00
types feat(frontend): add vuex 2020-07-06 22:32:59 -07:00
.editorconfig Update editorconfig to match project 2022-04-19 13:53:09 +02: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 sync in settings 2020-10-29 20:57:21 +08:00
package-lock.json chore(deps): bump parse-url from 6.0.0 to 6.0.2 in /frontend 2022-07-06 01:55:45 +00:00
package.json chore(deps): bump moment from 2.29.1 to 2.29.2 in /frontend 2022-04-09 06:59:06 +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.