fe-workflow
π FE Engineering Construction Guide Refspec
File Explorer
Download Latest Version (.zip)- ------feature-request-.md
- -----bug-report-.md
- CONTRIBUTING.md
- pre-commit
- extensions.json
- global.code-snippets
- settings.json
- design.png
- document.png
- docs_bg.png
- fill.jpg
- home_bg.jpg
- pink.jpg
- sky.jpg
- base.css
- Card.vue
- Image.vue
- Tabs.vue
- NavigationAside.vue
- NavigationToc.vue
- AppHeader.vue
- useDevice.ts
- useFormatHash.ts
- useHeaderInfo.ts
- useLocale.ts
- useOrganizeAside.ts
- useSetAppHead.ts
- useToc.ts
- _dir.yml
- 1.attribute-calc.md
- _dir.yml
- 1.es5.md
- 2.prototype-chain.md
- 3.event-loop.md
- 5.cjs-esm.md
- 7.design-pattern.md
- _dir.yml
- 1.rendering-principle.md
- _dir.yml
- _dir.yml
- _dir.yml
- _dir.yml
- 10.documentation.md
- 1.fe-directory.md
- 3.linux-directory.md
- _dir.yml
- 1.chrome.md
- 2.user-traffic.md
- _dir.yml
- .5.tsconfig.md
- 1.vscode.md
- 2.eslint.md
- 3.prettier.md
- 4.stylelint.md
- _dir.yml
- 1.mac.md
- 2.windows.md
- 3.tv.md
- _dir.yml
- 1.husky-lintstaged.md
- 2.commitizen-commitlint.md
- 3.changelog.md
- 4.git.md
- _dir.yml
- 0.html.md
- 1.var.md
- 2.notes.md
- 3.mock.md
- _dir.yml
- 1.package.md
- 2.build.md
- _dir.yml
- 1.buried.md
- _dir.yml
- 1.css.md
- 2.js.md
- 3.resource.md
- 3.vue.md
- 4.mini-program.md
- 6.webpack.md
- 7.vite.md
- 9.network.md
- _dir.yml
- 1.unit.md
- 2.automation.md
- 3.e2e.md
- _dir.yml
- 1.server.md
- 14.node.md
- 15.cicd.md
- 16.devops.md
- 2.applet.md
- 3.app.md
- _dir.yml
- 10.documentation.md
- 20.design.md
- default.vue
- analytics.global.ts
- auth.ts
- [...slug].vue
- [...slug].vue
- index.vue
- js_prototype_chain.png
- favicon.ico
- logo.png
- navigation.ts
- .gitignore
- .npmrc
- app.config.ts
- app.vue
- error.vue
- eslint.config.mjs
- license
- nuxt.config.ts
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- uno.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/LOUSANPANG/fe-workflow
Downloads the entire project code from GitHub to your computer.
cd fe-workflow
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
