First of all, Thank you so much for purchasing this template and for being our loyal customer. You are awesome! You are entitled to get free lifetime updates to this product and support from the cssninjaStudio team directly. Vulk is a product built by cssninjaStudio and Digisquad.
- A recent web browser (Chrome, Edge, Firefox, ...)
- Nodejs LTS installed
- Knowledge with Typescript (should not be installed globally)
- (recommended) VSCode with Vue Language Tool
- Check if you already have Node.js installed. Run this command in your terminal:
node -vIf node is not installed on your machine, you can go to the official nodejs.org website, and choose the version depending on your operating system:
- Enable pnpm with corepack
corepack enableTo setup the template and start installing project dependencies, run one of the following commands:
pnpm installTo start the development server, run the following commands:
pnpm devThis will run the dev script from the package.json file.
Vite is the build tool that we use to compile the frontend code. It replace webpack and vue-cli, used in vue 2 ecosystem. Read more about it on vitejs.dev
- Access the Vulk frontend in your browser at http://localhost:3000/
Our online documentation is a great place to learn how to use Vulk. We try to keep it mostly up to date, so you can always find the latest information.
We also have a great discord community where you can ask questions and show your work.
We try to keep Vulk dependencies and best practices up to dates. We also take care of user requests, either by implementing requested features, fixing bugs or improving the documentation.
If you want to contribute, feel free to create or up-vote discussions on the dedicated public github repository. You can also have access to the private github access, so you can view the source code history and submit issues. To do so, open a ticket on the support portal with your github username.
- http://vuejs.org/
- https://vuejs.org/tutorial/
- https://vuejs.org/examples/
- https://vuejs.org/guide/extras/composition-api-faq.html
- https://vuejs.org/api/#composition-api
- https://vuejs.org/api/sfc-script-setup.html
- https://vuejs.org/guide/typescript/overview.html
- https://vuejs.org/guide/scaling-up/state-management.html
- https://vitejs.dev/
- https://pinia.esm.dev/
- https://vueuse.org/