stable

Clone or download

Read-only

Bootstrap application

part of: story #14291 Beautiful tracker creation How to test: --> A vue app is served --> It shows the same message than before --> It is translated Change-Id: Idf5065631d9d7d74624b09c4c58039b4171592ba

Modified Files

Name
M plugins/tracker/build-manifest.json +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationController.php +7 −0 Go to diff View file
M plugins/tracker/scripts/package-lock.json +18 −3 Go to diff View file
M plugins/tracker/scripts/package.json +2 −1 Go to diff View file
A plugins/tracker/scripts/tracker-creation/index.ts +37 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/po/fr_FR.po +16 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/App.vue +31 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/vue.shims.d.ts +23 −0 Go to diff View file
A plugins/tracker/scripts/tsconfig.json +9 −0 Go to diff View file
M plugins/tracker/scripts/webpack.common.js +38 −5 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +0 −3 Go to diff View file
M plugins/tracker/templates/tracker-creation/tracker-creation-app.mustache +1 −3 Go to diff View file