+
+
diff --git a/pages/setting.vue b/pages/setting.vue
new file mode 100755
index 0000000..dc2886b
--- /dev/null
+++ b/pages/setting.vue
@@ -0,0 +1,310 @@
+
+
+
+
+
+ division
+ schedule
+ claim
+ salary
+ task
+
+
+
+
+
+
+
+
+
+
+
+ Shift
+
+
+
+
+ New Shift
+
+
+
+
+ {{ formTitle }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cancel
+ Ok
+
+
+
+
+
+
+
+
+
+
+ Cancel
+ Save
+
+
+
+
+
+
+ Are you sure you want to delete this
+ item?
+
+
+ Cancel
+ OK
+
+
+
+
+
+
+
+
+ {{ item.code }}
+
+
+
+
+ mdi-pencil
+
+
+ mdi-delete
+
+
+
+
+
+
+
+
+
+ claim
+
+
+
+
+ salary
+
+
+ task
+
+
+
+
+
+
+
+
+
diff --git a/plugins/README.md b/plugins/README.md
new file mode 100644
index 0000000..ca1f9d8
--- /dev/null
+++ b/plugins/README.md
@@ -0,0 +1,7 @@
+# PLUGINS
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains Javascript plugins that you want to run before mounting the root Vue.js application.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins).
diff --git a/static/README.md b/static/README.md
new file mode 100644
index 0000000..cf00435
--- /dev/null
+++ b/static/README.md
@@ -0,0 +1,11 @@
+# STATIC
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains your static files.
+Each file inside this directory is mapped to `/`.
+Thus you'd want to delete this README.md before deploying to production.
+
+Example: `/static/robots.txt` is mapped as `/robots.txt`.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static).
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..3632d0c
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/icon.png b/static/icon.png
new file mode 100644
index 0000000..e076dd8
Binary files /dev/null and b/static/icon.png differ
diff --git a/static/v.png b/static/v.png
new file mode 100644
index 0000000..a2ce235
Binary files /dev/null and b/static/v.png differ
diff --git a/static/vuetify-logo.svg b/static/vuetify-logo.svg
new file mode 100644
index 0000000..145b6d1
--- /dev/null
+++ b/static/vuetify-logo.svg
@@ -0,0 +1 @@
+
diff --git a/store/README.md b/store/README.md
new file mode 100644
index 0000000..1972d27
--- /dev/null
+++ b/store/README.md
@@ -0,0 +1,10 @@
+# STORE
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains your Vuex Store files.
+Vuex Store option is implemented in the Nuxt.js framework.
+
+Creating a file in this directory automatically activates the option in the framework.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).