Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Farirai's avatar

Problems editing ping crm

So i recently downloaded ping crm from github but cloning the repo locally and installing dependencies but when i i edit the view in js/public/dashboard/index.vue nothing is changing

template>

Reports

<p class="mb-8 leading-normal">Hey there! Welcome to Ping CRM, a demo app <a class="text-indigo-500 hover:text-orange-600 underline" href="https://inertiajs.com">Inertia.js</a> works.</p>
<h1>My name</h1>
<h1>JKD</h1>
<h1 class="mb-8 text-3xl font-bold">Reports</h1>
import { Head } from '@inertiajs/inertia-vue3' import Layout from '@/Shared/Layout' export default { components: { Head,ny }, layout: Layout, }
0 likes
4 replies
Sinnbeck's avatar

You need to run npm run dev while working

tykus's avatar

@Farirai the PingCRM app still uses Webpack AFAIK, so you can run npm run watch instead

Please or to participate in this conversation.