Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# npm
npm install
Start the development server on http://localhost:3000:
# npm
npm run dev
need the backend app to run this front-end, please clone git@github.com:sawmon71293/notes-backend.git and run the API.