0
0
Fork 0
New Salix front-end
Go to file
Joan Sanchez 548b65557b Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2022-03-10 07:43:09 +01:00
.vscode Updated eslint configuration 2022-02-25 13:12:14 +01:00
public Updated eslint configuration 2022-02-25 13:12:14 +01:00
src Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2022-03-10 07:43:09 +01:00
tests Structured translations 2022-02-28 15:35:13 +01:00
.browserslistrc init 2022-02-24 09:23:59 +01:00
.env Structured translations 2022-02-28 15:35:13 +01:00
.eslintrc.js Structured translations 2022-02-28 15:35:13 +01:00
.gitignore added eslint rules 2022-02-24 16:28:40 +01:00
.prettierrc.js Structured translations 2022-02-28 15:35:13 +01:00
README.md init 2022-02-24 09:23:59 +01:00
babel.config.js Updated eslint configuration 2022-02-25 13:12:14 +01:00
cypress.json Updated eslint configuration 2022-02-25 13:12:14 +01:00
jest.config.js Updated eslint configuration 2022-02-25 13:12:14 +01:00
package-lock.json Added useSession and useState composables and remove vuex 2022-03-08 16:55:37 +01:00
package.json Added useSession and useState composables and remove vuex 2022-03-08 16:55:37 +01:00
tsconfig.json Updated eslint configuration 2022-02-25 13:12:14 +01:00
vue.config.js Structured translations 2022-02-28 15:35:13 +01:00

README.md

salix-front

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.