This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
twigs-nextcloud
Watch
1
Star
0
Fork
You've already forked twigs-nextcloud
0
Code
Issues
Pull requests
Projects
Releases
3
Packages
Wiki
Activity
Actions
master
twigs-nextcloud
/
templates
/
index.php
6 lines
87 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit The skeleton project was generated from https://apps.nextcloud.com/developer/apps/generate The only additions so far have been to the lib/Db directory, where the classes, schema and CRUD operations were added for Budget, Category, Transaction, and UserPermission entities.
2020-03-07 18:31:02 +00:00
<
?
php
Start frontend vue implementation with budget list in app navigation Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-13 13:43:58 +00:00
script
(
'twigs'
,
'twigs'
);
Initial commit The skeleton project was generated from https://apps.nextcloud.com/developer/apps/generate The only additions so far have been to the lib/Db directory, where the classes, schema and CRUD operations were added for Budget, Category, Transaction, and UserPermission entities.
2020-03-07 18:31:02 +00:00
style
(
'twigs'
,
'style'
);
?>
Start frontend vue implementation with budget list in app navigation Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-13 13:43:58 +00:00
<
div
id
=
"
twigs-app
"
></
div
>
Reference in a new issue
Copy permalink