Files
symfony-flex-recipes-contrib/pentatrion.vite-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 7030bb8117 Update Flex endpoint
2022-02-19 10:44:34 +00:00

52 lines
2.4 KiB
JSON

{
"manifests": {
"pentatrion/vite-bundle": {
"manifest": {
"bundles": {
"Pentatrion\\ViteBundle\\PentatrionViteBundle": [
"all"
]
},
"copy-from-package": {
"install/assets/": "assets/",
"install/package.json": "package.json",
"install/vite.config.js": "vite.config.js"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/"
],
"post-install-output": [
" <bg=blue;fg=white> </>",
" <bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>pentatrion/vite-bundle</><bg=blue;fg=white> </>",
" <bg=blue;fg=white> </>",
"",
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. Add if necessary a configuration file in <comment>%CONFIG_DIR%/packages/pentatrion_vite.yaml</>.",
" 2. Verify the Vite configuration in <comment>/vite.config.js</>.",
" 3. Install npm and run <comment>npm i</>.",
" 4. Add JS Twig function <comment>{{ vite_entry_script_tags('app') }}</> into your base.html.twig.",
" 5. Add CSS Twig function <comment>{{ vite_entry_link_tags('app') }}</> into your base.html.twig.",
" 6. Start the development server: <comment>npm run dev</>.",
" 7. Start coding into <comment>assets/app.js</>"
]
},
"files": {
"config/routes/dev/pentatrion_vite.yaml": {
"contents": [
"_pentatrion_vite:",
" prefix: /build",
" resource: \"@PentatrionViteBundle/Resources/config/routing.yaml\"",
""
],
"executable": false
}
},
"ref": "33d48a1c831b2d29641175c8320e66a9f1c9911f"
}
}
}