.ci
ci(azure): add pipeline for linting
2020-09-04 18:37:06 +02:00
.devcontainer
fix(devcontainer): move to suggested extensions, switch default shell to zsh
2020-09-03 18:13:14 +00:00
.run
feat(.run): add WebStorm run configurations
2020-09-02 22:30:42 +02:00
.vscode
chore(vscode): add recommended VSCode extensions for workspace
2020-09-04 17:49:15 +02:00
api
refactor(api): api functions now take input as objects
2020-09-04 12:58:03 +01:00
assets
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
components
style(loginform.vue): linting warning fix
2020-09-05 19:21:16 +02:00
layouts
feat: Nuxt error component
2020-09-05 19:21:12 +02:00
middleware
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
pages
fix(library): fix type issue on items
2020-09-05 20:14:03 +02:00
plugins
feat(api): add userLibraryApi
2020-09-05 20:14:03 +02:00
static
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
store
feat(userdisplaypreferences): add user display preferences to the user store
2020-09-05 20:14:03 +02:00
test
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
types
style(all): fix linting issues related to new TypeScript rules
2020-09-04 21:09:36 +02:00
utils
fix(hamburger menu icon): fix missing photo icon
2020-09-04 21:16:52 +01:00
.babelrc
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
.editorconfig
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
.eslintignore
build(eslint): add more files to eslintignore
2020-09-04 17:23:18 +02:00
.eslintrc.js
style(linting rules): add rule for component name case (force kebab)
2020-09-05 14:19:45 +01:00
.gitattributes
feat(dev): add vscode devcontainer config
2020-09-03 16:14:57 +00:00
.gitignore
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
.prettierrc
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
commitlint.config.js
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
jest.config.js
style(jest): fix lint issue in config file
2020-09-02 22:04:21 +02:00
LICENSE
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
nuxt.config.ts
feat(api): add userLibraryApi
2020-09-05 20:14:03 +02:00
package.json
feat(userdisplaypreferences): add user display preferences to the user store
2020-09-05 20:14:03 +02:00
README.md
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
stylelint.config.js
feat: add initial Nuxt template
2020-09-02 20:48:53 +02:00
tsconfig.json
feat(auth): add login page and user authentication
2020-09-03 13:04:32 +02:00
yarn.lock
feat(userdisplaypreferences): add user display preferences to the user store
2020-09-05 20:14:03 +02:00