All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.micronaut.starter.feature.view.mvnPluginReact.rocker.raw Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
@args(String groupID, String artifactID, String version)

    @groupID
    @artifactID
    @version

    
        
            install node and npm
            install-node-and-npm
        

        
            npm install
            npm
        

        
            webpack build server
            webpack
            
                --mode production --config webpack.server.js
                
                    ${project.build.outputDirectory}/views
                
            
        

        
            webpack build client
            webpack
            
                --mode production --config webpack.client.js
                
                    ${project.build.outputDirectory}/views/static
                
            
        
    

    
        v21.7.2
        src/main/js
        target
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy