github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/server/frontend/bv/README.md (about)

     1  # espace_perso
     2  
     3  ## Project setup
     4  ```
     5  npm install
     6  ```
     7  
     8  ### Compiles and hot-reloads for development
     9  ```
    10  npm run serve
    11  ```
    12  
    13  ### Compiles and minifies for production
    14  ```
    15  npm run build
    16  ```
    17  
    18  ### Run your unit tests
    19  ```
    20  npm run test:unit
    21  ```
    22  
    23  ### Lints and fixes files
    24  ```
    25  npm run lint
    26  ```
    27  
    28  ### Customize configuration
    29  See [Configuration Reference](https://cli.vuejs.org/config/).