0.0.11 • Published 5 years ago
@wellyes/ais-cms-front-core v0.0.11
AIS-CMS
Development mode
Run npm install
to install dependencies.
Run npm run start
for a dev server. Navigate to http://localhost:8000/
. The app will automatically reload if you change any of the source files.
Production mode without SSR support
Run npm install
to install dependencies.
Run npm run build:prod
to build the project. The build artifacts will be stored in the dist/
directory.
Production mode with SSR support
Run npm install
to install dependencies.
Run npm run build:ssr
to build the project. The build artifacts will be stored in the dist/
directory.