proYang / vue-parcel-demo

:building_construction:Quickstart example including Code Splitting, Hot Reloading, Vuex, Vue Router and Less.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel Vue Demo

A Vue demo including Code Splitting, Hot Reloading, ESLint, Vuex, Vue Router and Less.

๐Ÿ”ฅ Get Started

git clone git@github.com:proYang/vue-parcel-demo.git
cd vue-parcel-demo
npm install
# or
yarn install

๐Ÿ—๏ธ Development

npm run dev
# or
yarn dev

the application opened http://127.0.0.1:1234 in the browser default.

๐Ÿš€ Build

npm run build
# or
yarn build

the default output directory is /dist. You can change the destination in package.json.

๐Ÿฑ Code Linting

npm run lint
# or
yarn lint

Linting your code by ESLint.

Edit .eslintrc.js file to configure rules. See:

๐Ÿ“ฆ Other Config

If you want to use other configs( port, public-url, out-dir... ), see the Parcel official documentation or submit the Issue.

About

:building_construction:Quickstart example including Code Splitting, Hot Reloading, Vuex, Vue Router and Less.

License:MIT License


Languages

Language:Vue 59.7%Language:JavaScript 32.0%Language:HTML 8.3%