PHP Classes

File: public/js/frontend/main.js

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   public/js/frontend/main.js   Download  
File: public/js/frontend/main.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 208 bytes
 

Contents

Class file image Download
import Vue from 'vue' import Main from './Main.vue' import router from './router' import store from './store' new Vue({ el: '#container', router: router, store: store, render: h => h(Main) })