Fennec CI/CD Web UI。
Go to file
2021-01-30 20:12:48 +08:00
src preact + typescript 2021-01-30 20:12:48 +08:00
.eslintrc.js preact + typescript 2021-01-30 20:12:48 +08:00
.gitignore preact + typescript 2021-01-30 20:12:48 +08:00
.prettierignore preact + typescript 2021-01-30 20:12:48 +08:00
.prettierrc preact + typescript 2021-01-30 20:12:48 +08:00
jest.config.js preact + typescript 2021-01-30 20:12:48 +08:00
package-lock.json preact + typescript 2021-01-30 20:12:48 +08:00
package.json preact + typescript 2021-01-30 20:12:48 +08:00
preact.config.js preact + typescript 2021-01-30 20:12:48 +08:00
README.md preact + typescript 2021-01-30 20:12:48 +08:00
tsconfig.eslint.json preact + typescript 2021-01-30 20:12:48 +08:00
tsconfig.json preact + typescript 2021-01-30 20:12:48 +08:00

fennec-fe

CLI Commands

  • npm install: Installs dependencies

  • npm run dev: Run a development, HMR server

  • npm run serve: Run a production-like server

  • npm run build: Production-ready build

  • npm run lint: Pass TypeScript files using ESLint

  • npm run test: Run Jest and Enzyme with enzyme-adapter-preact-pure for your tests

For detailed explanation on how things work, checkout the CLI Readme.