Skip to content

How to Run the Project After Cloning the Repository Locally #225

Answered by manchenkoff
ezekel asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @ezekel! Sure thing, you can find all the details about the environment in CONTRIBUTING.md. If you want to start a playground then pnpm dev should be enough.

Also, if I add another folder to the src directory with a simple script or function, how do I call that function in the playground folder and access it from the Vue pages?

For instance, if you want to add a new composable function, it will be available in #imports after the build and you can import it in your component or page. You can check pages/login.vue as an example of the useSanctumAuth import. The same will be true for utils and other directories that are supported by Nuxt. However, if you want to create a random file in…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by manchenkoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants