Project made for VueJs Course on start2Impact, it's a demo for a food E-commerce.
I implemented it using Vuex4, Vue router, Axios and TailWind CSS.
I created an example login page which you can log in to with:
email: user@user.it
password: user
To get a local copy up and running follow these simple steps. You can also try a live demo on Netlify
Download source and open a command prompt in its folder and run the following code.
npm install
npm run serve
Navigate to http://localhost:8080
. The app will automatically reload if you change any of the source files.
To build the project locally you have to run `npm run build