Coder Social home page Coder Social logo

haku-vue's Introduction

戈吉网络前端框架

部分文件说明

  1. .browserslistrc 浏览器兼容性配置文件
  2. .editorconfig 源代码文件换行/缩进/编码格式配置文件
  3. .env 全局配置文件
  4. .env.local 本地全局配置文件(优先级高于上条)
  5. .eslintrc.js ESLint配置文件,用于js等源代码校验
  6. .gitignore 忽略提交配置文件
  7. .prettierrc.js Prettier配置文件,用于js等源代码自定义格式化
  8. .babel.config.js Babel配置文件,用于兼容低版本浏览器的ES代码转译
  9. LICENSE 开源声明
  10. package-lock.json npm包缓存文件
  11. package.json 项目配置文件
  12. postcss.config.js PostCSS配置文件
  13. todolist.todo 任务完成清单(非必要)
  14. vue.config.js VueCLI配置文件

安装项目

npm install

编译并运行(默认为开发环境)

npm run serve

编译并运行(测试环境)

npm run serve --mode test

编译并运行(正式环境)

npm run serve --mode production

编译并打包

npm run build

获取最新API接口

gulp api

赋默认url并获取最新API接口

gulp api --src 'url'

运行测试

npm run test

项目查错

npm run lint

运行单元测试

npm run test:unit

自定义配置

See Configuration Reference.

haku-vue's People

Contributors

hakubox avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.