Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordna upp npm scripts #36

Open
lejtzen opened this issue Jun 24, 2020 · 0 comments
Open

Ordna upp npm scripts #36

lejtzen opened this issue Jun 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@lejtzen
Copy link
Member

lejtzen commented Jun 24, 2020

Nuvarande scripts:

{
    "start": "npm-run-all build",
    "serve": "vue-cli-service serve",
    "watch": "vue-cli-service build --watch",
    "build": "npm-run-all -ls clean --parallel build:*",
    "build:client": "vue-cli-service build",
    "demo": "vue-cli-service build --mode demo",
    "lint": "vue-cli-service lint",
    "clean": "rimraf build"
}

Jag har lite svårt att fatta vad som är "vanligt", client och demo.
Kan vi förenkla det på något sätt? Kanske prefix/suffix för de som är aktuella.

För att bygga och testa lokalt med demo har jag kört "serve:demo": "vue-cli-service serve --mode demo".

@lejtzen lejtzen added the enhancement New feature or request label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant