Ory Kratos Frontend
  • TypeScript 61.4%
  • CSS 10.9%
  • Vue 9.2%
  • Shell 9.1%
  • SCSS 6.1%
  • Other 3.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-11-15 15:35:24 +08:00
.husky Merge branch 'master' of https://github.com/daotl/fes-starter 2022-05-22 14:33:50 +08:00
.vscode chore: fix configs 2022-05-22 22:40:16 +08:00
docker docker: use BASE_URL instead of HOST in Nginx config 2022-04-18 14:02:48 +08:00
lib chore: upgrade lib 2022-09-29 10:34:34 +08:00
public WIP: upgrade to Fes.js v3 with Vite 2022-05-22 13:30:39 +08:00
scripts fix: lint 2022-09-29 11:09:43 +08:00
src Merge branch 'main' of github.com:daotl/fes-starter 2022-10-08 17:36:09 +08:00
.commitlintrc.js setup: ory-kratos-front 2022-10-09 11:06:57 +08:00
.drone.star setup: ory-kratos-front 2022-10-09 11:06:57 +08:00
.editorconfig feat: switch to TypeScript, custom ESLint config, update deps 2021-12-27 13:55:59 +08:00
.eslintignore Merge branch 'no-lib' 2022-04-26 16:49:40 +08:00
.eslintrc.js chore: update Lint config 2022-05-17 18:33:48 +08:00
.fes.js fix: fes.js 2022-09-29 10:41:30 +08:00
.fes.prod.js feat: add alias: ~ -> src 2021-12-27 15:06:11 +08:00
.gitignore feat: add team's specific project setup 2022-04-12 19:50:21 +08:00
.gitmodules feat: add @fgfe/vue-components 2022-04-12 20:20:51 +08:00
.lintstagedrc.json chore: add husky and lint-staged 2021-12-27 16:14:28 +08:00
.npmrc feat: add team's specific project setup 2022-04-12 19:50:21 +08:00
.stylelintrc.js fix: stylelint config for tsx 2022-03-11 16:27:49 +08:00
index.html WIP: upgrade to Fes.js v3 with Vite 2022-05-22 13:30:39 +08:00
package.json setup: .npmrc add "registry-supports-time-field=true" 2022-11-15 15:35:24 +08:00
pnpm-lock.yaml setup: .npmrc add "registry-supports-time-field=true" 2022-11-15 15:35:24 +08:00
README.md Merge branch 'master' of https://github.com/daotl/fes-starter into no-lib 2022-04-23 18:38:30 +08:00
tsconfig.json chore: upgrade deps 2022-09-29 17:13:21 +08:00
unocss.config.ts feat: add UnoCSS, remove unplugin-iconify 2022-03-11 14:52:25 +08:00

fes-starter

Build Status

A fes.js + TypeScript starter template.

This template added our team's specific project setup to the upstream template.

Technology stack

Basic:

master branch:

(Temporally dsiabled UnoCSS until @unocss/webpack bug fixed)

antd branch (not maintained):

Project setup

npm install -g @fesjs/create-fes-app
pnpm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run prod

Lint & fix

npm run lint
npm run lint:fix

See Fes.js CLI docs and package.json for more.

Guides & References

Must-read

Read the following must-read to understand the technology stack of this template.