feat(frontend): add basic framework

This commit is contained in:
DCsunset 2020-07-03 01:03:10 -07:00
parent 5a92944a5d
commit 107a91d9d1
23 changed files with 13099 additions and 0 deletions

6
frontend/pages/README.md Normal file
View file

@ -0,0 +1,6 @@
# PAGES
This directory contains your Application Views and Routes.
The framework reads all the `*.vue` files inside this directory and creates the router of your application.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing).