GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-vue.js
/
sample-vue-cli
Browse code
vue createで作成したPJを追加
master
1 parent
bcd4330
commit
2d3e00806fee77fdd1dd88b07e8319faf17bd2af
yhornisse
authored
on 26 Dec 2019
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
# sample vue-cliでプロジェクトを作成。 ``` vue create sample ``` --- ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).
# sample ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).
Show line notes below