File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,12 @@ And then open http://localhost:3000 to view it in the browser.
7777
7878In this project, you can run the following scripts:
7979
80- | Script | Description |
81- | ------------- | --------------------------------------------------- |
82- | npm run dev | Runs the app in the development mode. |
83- | npm run build | Builds the app for production to the ` dist ` folder. |
84- | npm run serve | Serves the production build from the ` dist ` folder. |
80+ | Script | Description |
81+ | ------------- | ------------------------------------------------------- |
82+ | npm start | Runs the app in the development mode. |
83+ | npm test | Launches the test runner in the interactive watch mode. |
84+ | npm run build | Builds the app for production to the ` dist ` folder. |
85+ | npm run serve | Serves the production build from the ` dist ` folder. |
8586
8687## Credits
8788
You can’t perform that action at this time.
0 commit comments