![]() |
6 年之前 | |
---|---|---|
.. | ||
images | 7 年之前 | |
src | 6 年之前 | |
test | 7 年之前 | |
vendor | 7 年之前 | |
.gitignore | 7 年之前 | |
README.md | 8 年之前 | |
package-lock.json | 7 年之前 | |
package.json | 6 年之前 | |
pom.xml | 6 年之前 | |
tsconfig.json | 7 年之前 | |
tslint.json | 8 年之前 | |
webpack.config.js | 7 年之前 |
Run the following commands
npm install
npm run build
Run the following commands
npm install
npm start
npm test
(optional)npm run build
Starts a production buildnpm start
Starts the development environment, which watches your
system for any file changes and rebuilds automatically. It also serves
the dist/ folder from http://localhost:4000/npm run clean
Cleans dist/ directorynpm test
Starts test environment, which will watch your system for
any file changes, rebuild your code, and run unit testsnpm run test-single-run
Builds the code and runs all unit tests a
one time