Built with Vue Js.
- Users who are not logged in can only view the book
- Users must sign up and sign in to make a transaction and see their profiles
- And others
- Node.js - Download and Install Node.js.
- Open your terminal or command prompt
- Type
git clone https://github.com/lalavent.client.git
- Open the folder and type
npm install
for install dependencies - Create Environment Variable here
- Before run this, you must run backend first
- Type
npm run serve
for run this app.
$ touch .env.local
$ nano .env.local
VUE_APP_BASE_URL = YOUR_BASE_URL
VUE_APP_URL = YOUR_URL
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the Project
- Create your Feature Branch
git checkout -b [feature]
- Commit your Changes
git commit -m 'Add some feature'
- Push to the Branch
git push origin [feature]
- Open a Pull Request