LoginSignup
1
2

More than 5 years have passed since last update.

SpringBoot フロントエンド開発

Last updated at Posted at 2017-05-28

SpringBootで快適にフロントエンド開発を進めるための環境を作っていきたいと思います。

frontend-maven-plugin の導入

pom.xmlに以下を記述

<plugins>
    <plugin>
        <groupId>com.github.eirslett</groupId>
        <artifactId>frontend-maven-plugin</artifactId>
        <version>LATEST_VERSION</version>
    </plugin>
</plugins>

まだ記述途中です…
近々更新します…

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2