This is a simple template for start a project with Vue.js
3 SPA. This project is using composition api
, vuex
, axios
and more...
- Register a new user
- Login/Logout
- Recover password
- Update profile and photo
- Node.js
- Npm or yarn
- API template (Laravel template)
- In the desire folder run in the terminal:
git clone https://github.com/luandiego7/vue-template.git
- Then run in the terminal for to install the dependencies:
npm install
- Start the vue server running
npm run dev