Runtime tools : Client engine : Using the client engine service in a Vue project : Project structure
  
Project structure
The UDTTVueProject project has the following structure:
 
Folder/Files
Contents
doc
Project documents
node_modules
npm dependency package folder
src
Source code:
static
UDTT client engine
test
Unit test
my-theme
Custom theme
dist
Compiled files
package.json
npm configuration file
tsconfig.json
Typescript configuration file
index.html
Index page
README.md
Help information about this application
See:
Go up to
Using the client engine service in a Vue project