File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
api-platform/admin-pack/1.0
symfony/webpack-encore-bundle/2.0 Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11 * Your admin is almost ready:
2- 1. Install the JavaScript dependencies by running <comment>yarn add @api-platform/admin @babel/preset-react</comment>
2+ 1. Install the JavaScript dependencies by running <comment>npm add @api-platform/admin @babel/preset-react</comment>
33 2. Edit <comment>webpack.config.js</comment> and <info>uncomment</info> the following lines:
44
55 Encore
Original file line number Diff line number Diff line change 1- * Install Yarn and run <fg=green>yarn install</>
1+ * Install NPM and run <fg=green>npm install</>
22
3- * Start the development server: <fg=green>yarn encore dev-server</>
3+ * Compile your assets: <fg=green>npm run dev</>
4+
5+ * Or start the development server: <fg=green>npm run watch</>
You can’t perform that action at this time.
0 commit comments