Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
/python-vuejsPublic archive

Commitc6ea6e4

Browse files
author
cstrap
committed
Added vuebuild command
1 parenta3ba33d commitc6ea6e4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎python_vuejs/vuejs.py‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ def vuedev():
5555
Run frontend dev server via npm
5656
"""
5757
run('npm run dev'.split())
58+
59+
60+
@click.command()
61+
defvuebuild():
62+
"""
63+
Build Vue.js project via npm
64+
"""
65+
run('npm run build'.split())

‎setup.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'vuecli=python_vuejs.vuejs:install_vue_cli',
3838
'startvueapp=python_vuejs.vuejs:startvueapp',
3939
'vuedev=python_vuejs.vuejs:vuedev',
40+
'vuebuild=python_vuejs.vuejs:vuebuild',
4041
'djbuild=python_vuejs.django:django_build',
4142
'djvue=python_vuejs.django:djangofy_vue_project',
4243
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp