first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Start a vue project
|
||||
|
||||
vue init webpack-simple myproject
|
||||
|
||||
cd myproject
|
||||
|
||||
npm install
|
||||
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user