I have been assigned the task of developing a Vue3 application with TypeScript support using Vuex for state management and vue-router for basic routing. However, I am not allowed to use vue-cli for this project.
Here is my current code:
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://unpkg.com/vue@next"></script>
<script src="https://unpkg.com/vue-router@4"></script>
<script src="https://unpkg.com/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="067073637e463528302834">[email protected]</a>/dist/vuex.js"></script>
</head>
Since I'm new to using TypeScript in Vue projects, can anyone recommend a blog or tutorial where someone builds a Vue3 app from scratch with these tools without utilizing vue-cli?
Full Task Description:
Create a Login Form on the VueJS 3.0 Framework using TypeScript. To manage the state and interact with the server, utilize Vuex for storing, manipulating, recording, and retrieving data. The project should not involve Vue/cli. Webpack setup must be done manually.
This task holds high significance for me.
Thank you in advance