Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added and changed somethings about the documentation
  • Loading branch information
Lucien950 authored and jeffrey-dot-li committed Sep 1, 2020
1 parent 0ff0032 commit f31a525
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,39 @@ $ npm start
$ npm run generate
```

## Documentation

## Sitemap (Addresses from Quento\pages)

- Splash Screen (Splash.vue)
- Login Page (\auth\Login.vue)
- Signup Page (\auth\SignUp.vue)
- Eula (\auth\Eula.vue)

- Home Page (Home.vue)
- Notes Page (Notes.vue)
- \notes\_id.vue
- \notes\index.vue
- ~\screens\notes\EditNotesModal.vue
- ~\screens\notes\PostNotesModal.vue
- ~\screens\notes\PreviewNotesModal.vue
- ~\mixins\AnalyticsMixin
- Questions (questions.vue)
- \questions\_id.vue
- \questions\index.vue
- ~\screens\questions\PostQuestionModal.vue
- ~\screens/questions/PreviewQuestionModal.vue
- Newsletter Page/Blog (newletters.vue)
- \newsletters\_id.vue
- \newsletters\index.vue
- ~\screens\newsletter\NewsletterModal.vue
- ~\mixins\AnalyticsMixin
- Suggestions Page (Suggestions.vue)
- ~\screens\SuggestionModal.vue


## Documentation/Dependencies
For detailed explanation on how things work, checkout the following docs:

Vue: [Vue.js](https://vuejs.org/v2/guide/)

Nuxt: [Nuxt.js](https://nuxtjs.org/guide/installation/)

Vuesax: [Vuesax](https://vuesax.com/docs/components/Input.html#default)

Tailwind: [Tailwind.css](https://tailwindcss.com/docs/installation)

0 comments on commit f31a525

Please sign in to comment.