# admin-web **Repository Path**: abomb4/admin-web ## Basic Information - **Project Name**: admin-web - **Description**: A web framework? based on React... No, based on Vue. - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # admin-web ## Project setup ``` npm install ``` ### VSCode setup Only these plugins is enough: - Vetur - ESLint - EditorConfig for VS Code - TSLint Vue-TSX (May need this) Paste these settings: ```json "eslint.validate": [ { "language": "vue", "autoFix": true }, { "language": "html", "autoFix": true }, { "language": "javascript", "autoFix": true } ] ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Run your unit tests ``` npm run test:unit ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).